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: #ffcba8;
}
.color-2 {
color: #ffeba8;
}
.color-3 {
color: #f2ffa8;
}
.color-4 {
color: #eeffe5;
}
.color-5 {
color: #edccff;
}

/* CSS Variables */
:root {
--color-1: #ffcba8;
--color-2: #ffeba8;
--color-3: #f2ffa8;
--color-4: #eeffe5;
--color-5: #edccff;
}

Vibrant Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcba8, #ffeba8, #f2ffa8, #eeffe5, #edccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcba8, #ffeba8, #f2ffa8, #eeffe5, #edccff);
}

Vibrant Spectrum color palette created on .