Ochre's Cheerful Charm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ochre's Cheerful Charm palette
Ochre's Cheerful Charm color palette CSS
/* CSS */
.color-1 {
color: #c3892c;
}
.color-2 {
color: #f3b75e;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a4c8df;
}
.color-5 {
color: #3b5e8c;
}
/* CSS Variables */
:root {
--color-1: #c3892c;
--color-2: #f3b75e;
--color-3: #f4e1a4;
--color-4: #a4c8df;
--color-5: #3b5e8c;
}
Ochre's Cheerful Charm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3892c, #f3b75e, #f4e1a4, #a4c8df, #3b5e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3892c, #f3b75e, #f4e1a4, #a4c8df, #3b5e8c);
}
Similar color palettes
Ochre's Cheerful Charm color palette created on .