Vibrant Harmony Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Harmony Spectrum palette

Share this palette to:

Vibrant Harmony Spectrum color palette CSS

/* CSS */
.color-1 {
color: #42d100;
}
.color-2 {
color: #f93946;
}
.color-3 {
color: #2079fe;
}
.color-4 {
color: #096b00;
}
.color-5 {
color: #113e7e;
}

/* CSS Variables */
:root {
--color-1: #42d100;
--color-2: #f93946;
--color-3: #2079fe;
--color-4: #096b00;
--color-5: #113e7e;
}

Vibrant Harmony Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42d100, #f93946, #2079fe, #096b00, #113e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42d100, #f93946, #2079fe, #096b00, #113e7e);
}

Vibrant Harmony Spectrum color palette created on .