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: #ff298d;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #00c8ff;
}
.color-5 {
color: #5c42b3;
}

/* CSS Variables */
:root {
--color-1: #ff298d;
--color-2: #ff6a00;
--color-3: #ffd500;
--color-4: #00c8ff;
--color-5: #5c42b3;
}

Vibrant Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff298d, #ff6a00, #ffd500, #00c8ff, #5c42b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff298d, #ff6a00, #ffd500, #00c8ff, #5c42b3);
}

Vibrant Spectrum color palette created on .