Energize the Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Energize the Spectrum palette

Share this palette to:

Energize the Spectrum color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe680;
}
.color-4 {
color: #6ebe46;
}
.color-5 {
color: #3e8e41;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffe680;
--color-4: #6ebe46;
--color-5: #3e8e41;
}

Energize the Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffe680, #6ebe46, #3e8e41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffe680, #6ebe46, #3e8e41);
}

Energize the Spectrum color palette created on .