Complete design system guide for Dr. Sophia AI's botanical brand identity. Includes official typography (Livvic/Onest), color palette (#00B368 green spectrum), shadow systems, gradients, and component templates. Use when creating or modifying UI components, implementing brand colors, or ensuring design consistency across the application.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Access Dr. Sophia AI's complete brand identity guide for maintaining consistent botanical aesthetics across all UI components. This skill provides the official color palette, typography standards, component templates, and visual effects system.
Keywords: design system, brand colors, typography, botanical palette, UI components, Tailwind CSS, brand identity, visual design, color scheme, fonts
#00B368 - Bright botanical green (PRIMARY for buttons, borders, highlights)
Deep Forest: #00633C (Container backgrounds, borders)
Bright Green: #00B368 (Primary actions, buttons)
Light Green: #00D67A (Hover states, highlights)
Teal: #06B6D4 (Clinical/analytical containers)
Orange: #FF8C42 (Special actions, warnings)
Cream: #E8DCC8 (User messages, documentation)Use this template for all new container components:
<div className="glass rounded-2xl border border-[#00633C]/40 p-6 shadow-lg shadow-[#00633C]/10">
<h3 className="font-bold text-[#00D67A] text-xl mb-4">SECTION TITLE</h3>
<p className="text-gray-300">Content in Livvic Regular...</p>
</div>Key Classes:
.glass - 10% white opacity backgroundrounded-2xl - 16px border radius for main containersborder-[#00633C]/40 - Deep forest border at 40% opacityshadow-lg shadow-[#00633C]/10 - 3D depth effectStandard button with botanical green gradient:
<button className="bg-gradient-to-r from-[#00633C] to-[#00B368] hover:from-[#00B368] hover:to-[#00D67A] text-white px-4 py-2 rounded-lg shadow-lg hover:shadow-[#00B368]/40 transition-all">
Button Text (Auto-uppercase in Onest)
</button>Gradient Shift on Hover:
#00633C (Deep forest) → #00B368 (Bright green)#00B368 (Bright green) → #00D67A (Light green)Container Types:
| Container | Border Color | Header Color | Purpose |
|---|---|---|---|
| Patient Search | #00633C/40 | Light green #00D67A | Patient data |
| Consultation History | #00B368/40 | Green #00B368 | Conversation |
| Diagnosis (Async) | #06B6D4/40 | Teal #06B6D4 | Clinical analysis |
| Evidence (Async) | #FF8C42/40 | Orange #FF8C42 | Research findings |
| Treatment (Async) | #00B368/40 | Green #00B368 | Treatment plans |
| Medical Imaging | #00633C/40 | White | Image upload |
| 6-Team Analysis | #00633C/30 | Forest green | Team button |
Document Download Colors:
#00633C#00B368#06B6D4#FF8C42#E8DCC8 + brown text/* Base container */
shadow-lg shadow-[#00633C]/10
/* Hover enhancement */
hover:shadow-xl hover:shadow-[#00B368]/20
/* Selected/Active */
shadow-2xl shadow-[#00D67A]/30rounded-2xl (16px)rounded-xl (12px)rounded-lg (8px)rounded-full.glass class (10% white opacity)Import fonts in App.css:
@import url('https://fonts.googleapis.com/css2?family=Livvic:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@500;600;700&display=swap');
body { font-family: 'Livvic', sans-serif; }
h1, h2, h3 { font-family: 'Livvic', sans-serif; font-weight: 600; }
button {
font-family: 'Onest', sans-serif;
text-transform: uppercase;
letter-spacing: 0.04em;
}Typography Rules:
lowercase classUse Cases:
| Scenario | Color | Hex Code |
|---|---|---|
| Primary actions (buttons, CTAs) | Green gradients | #00633C → #00B368 |
| Special actions (6-Team, toggle) | Orange gradients | #FF8C42 → #FFA500 |
| Clinical/analytical | Teal | #06B6D4 |
| User content (messages) | Cream + brown text | #E8DCC8 + #505631 |
| Emergency/urgent | Orangey-red | #FF6B35 |
Avoid:
#06B6D4 instead)#06B6D4 or light green #00D67A)For comprehensive color systems, typography examples, and transformation history, see:
Brand Source: Official Botaniqal Brand Board V1 (Vlad Kutepov) Last Updated: October 7, 2025 Status: Production-ready, demo-approved
93ed392
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.