The Empress Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Empress palette
The Empress color palette PNG image
The Empress color palette CSS
/* CSS */
.color-1 {
color: #9b5f99;
}
.color-2 {
color: #d17a9c;
}
.color-3 {
color: #f6a2b2;
}
.color-4 {
color: #f5c7c2;
}
.color-5 {
color: #fef7e1;
}
/* CSS Variables */
:root {
--color-1: #9b5f99;
--color-2: #d17a9c;
--color-3: #f6a2b2;
--color-4: #f5c7c2;
--color-5: #fef7e1;
}
The Empress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5f99, #d17a9c, #f6a2b2, #f5c7c2, #fef7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5f99, #d17a9c, #f6a2b2, #f5c7c2, #fef7e1);
}
Similar color palettes
Scroll down to explore 100+ Elegant color palettes
The Empress color palette created on .