Courageous Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Courageous Spectrum palette
Courageous Spectrum color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a42;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #a2d7b4;
}
.color-5 {
color: #688fe3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a42;
--color-3: #ffd54d;
--color-4: #a2d7b4;
--color-5: #688fe3;
}
Courageous Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a42, #ffd54d, #a2d7b4, #688fe3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a42, #ffd54d, #a2d7b4, #688fe3);
}
Similar color palettes
Courageous Spectrum color palette created on .