Brian Therapy Color Palette
Discover the beautiful Brian Therapy color palette featuring salmon (#fe9070), cerulean (#02b6ce), cobalt (#0248a4), sunset orange (#fb4e47) and koromiko (#febf60).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Brian Therapy palette
💻 Brian Therapy color palette CSS
/* CSS */
.color-1 {
color: #fe9070;
}
.color-2 {
color: #02b6ce;
}
.color-3 {
color: #0248a4;
}
.color-4 {
color: #fb4e47;
}
.color-5 {
color: #febf60;
}
/* CSS Variables */
:root {
--color-1: #fe9070;
--color-2: #02b6ce;
--color-3: #0248a4;
--color-4: #fb4e47;
--color-5: #febf60;
} 🌈 Brian Therapy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9070, #02b6ce, #0248a4, #fb4e47, #febf60);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9070, #02b6ce, #0248a4, #fb4e47, #febf60);
} 🔗 Explore similar color palettes
Brian Therapy color palette created on .