Courageous Spice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Courageous Spice palette
Courageous Spice color palette CSS
/* CSS */
.color-1 {
color: #ea8b3e;
}
.color-2 {
color: #c6693f;
}
.color-3 {
color: #8d4a3a;
}
.color-4 {
color: #d1a74d;
}
.color-5 {
color: #f0b14c;
}
/* CSS Variables */
:root {
--color-1: #ea8b3e;
--color-2: #c6693f;
--color-3: #8d4a3a;
--color-4: #d1a74d;
--color-5: #f0b14c;
}
Courageous Spice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea8b3e, #c6693f, #8d4a3a, #d1a74d, #f0b14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea8b3e, #c6693f, #8d4a3a, #d1a74d, #f0b14c);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Courageous Spice color palette created on .