Brian Therapy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brian Therapy palette
Brian Therapy color palette CSS
/* CSS */
.color-1 {
color: #fe9271;
}
.color-2 {
color: #02b7cf;
}
.color-3 {
color: #0249a7;
}
.color-4 {
color: #fb4c46;
}
.color-5 {
color: #fec062;
}
/* CSS Variables */
:root {
--color-1: #fe9271;
--color-2: #02b7cf;
--color-3: #0249a7;
--color-4: #fb4c46;
--color-5: #fec062;
}
Brian Therapy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9271, #02b7cf, #0249a7, #fb4c46, #fec062);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9271, #02b7cf, #0249a7, #fb4c46, #fec062);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Brian Therapy color palette created on .