Vibrant Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Spectrum palette
Vibrant Spectrum color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe99;
}
.color-3 {
color: #00a8e0;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe99;
--color-3: #00a8e0;
--color-4: #ffb300;
--color-5: #ff4d4d;
}
Vibrant Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe99, #00a8e0, #ffb300, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe99, #00a8e0, #ffb300, #ff4d4d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Vibrant Spectrum color palette created on .