Vibrant Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Spectrum palette

Share this palette to:

Vibrant Spectrum color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe180;
}
.color-4 {
color: #85e2ff;
}
.color-5 {
color: #6b9fff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffe180;
--color-4: #85e2ff;
--color-5: #6b9fff;
}

Vibrant Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffe180, #85e2ff, #6b9fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffe180, #85e2ff, #6b9fff);
}

Vibrant Spectrum color palette created on .