Vivid Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vivid Spectrum palette
Vivid Spectrum color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #a77ccb;
}
.color-5 {
color: #ff4d00;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #ff6d1f;
--color-3: #f4cf3e;
--color-4: #a77ccb;
--color-5: #ff4d00;
}
Vivid Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #ff6d1f, #f4cf3e, #a77ccb, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #ff6d1f, #f4cf3e, #a77ccb, #ff4d00);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- Scholarly Spectrum
- Ethereal Resonance
- Shades of Blue
- Ethereal Oddities
- Ocean Breeze Sunrise
- Aqua Playground
- Celestial Harmony
- Purple Twilight
- Cotton Candy Dreams
- Whispers of the Storm
- Celestial Serenade
- Celestial Dreamscape
- Serene Elegance
- Mystic Azure Dreamscape
- Shades of Blue
- Serenity Sunset
- Minty Pink Blue
- Love Blue
Vivid Spectrum color palette created on .