Empowerment Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Empowerment Spectrum palette

Share this palette to:

Empowerment Spectrum color palette CSS

/* CSS */
.color-1 {
color: #595ca6;
}
.color-2 {
color: #a4c5df;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #6ccb79;
}

/* CSS Variables */
:root {
--color-1: #595ca6;
--color-2: #a4c5df;
--color-3: #f0a800;
--color-4: #ff6e61;
--color-5: #6ccb79;
}

Empowerment Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #595ca6, #a4c5df, #f0a800, #ff6e61, #6ccb79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #595ca6, #a4c5df, #f0a800, #ff6e61, #6ccb79);
}

Empowerment Spectrum color palette created on .