Vivid Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Spectrum palette

Share this palette to:

Vivid Spectrum color palette CSS

/* CSS */
.color-1 {
color: #ff801f;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #00cc55;
}
.color-4 {
color: #0077ff;
}
.color-5 {
color: #a500e0;
}

/* CSS Variables */
:root {
--color-1: #ff801f;
--color-2: #ffcc00;
--color-3: #00cc55;
--color-4: #0077ff;
--color-5: #a500e0;
}

Vivid Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff801f, #ffcc00, #00cc55, #0077ff, #a500e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff801f, #ffcc00, #00cc55, #0077ff, #a500e0);
}

Vivid Spectrum color palette created on .