Empowerment Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Empowerment Spectrum palette
Empowerment Spectrum color palette CSS
/* CSS */
.color-1 {
color: #6a8faf;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f8e5b9;
}
.color-4 {
color: #d6d6d6;
}
.color-5 {
color: #8d4c9a;
}
/* CSS Variables */
:root {
--color-1: #6a8faf;
--color-2: #f5a524;
--color-3: #f8e5b9;
--color-4: #d6d6d6;
--color-5: #8d4c9a;
}
Empowerment Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8faf, #f5a524, #f8e5b9, #d6d6d6, #8d4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8faf, #f5a524, #f8e5b9, #d6d6d6, #8d4c9a);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Empowerment Spectrum color palette created on .