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: #e06c52;
}
.color-2 {
color: #e0b352;
}
.color-3 {
color: #7fe052;
}
.color-4 {
color: #53dfb3;
}
.color-5 {
color: #536cdf;
}

/* CSS Variables */
:root {
--color-1: #e06c52;
--color-2: #e0b352;
--color-3: #7fe052;
--color-4: #53dfb3;
--color-5: #536cdf;
}

Vivid Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e06c52, #e0b352, #7fe052, #53dfb3, #536cdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e06c52, #e0b352, #7fe052, #53dfb3, #536cdf);
}

Vivid Spectrum color palette created on .