Her Imperious Condescension Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Her Imperious Condescension palette
Her Imperious Condescension color palette CSS
/* CSS */
.color-1 {
color: #d5c3df;
}
.color-2 {
color: #9f7db5;
}
.color-3 {
color: #6f5c8a;
}
.color-4 {
color: #493d61;
}
.color-5 {
color: #2b2932;
}
/* CSS Variables */
:root {
--color-1: #d5c3df;
--color-2: #9f7db5;
--color-3: #6f5c8a;
--color-4: #493d61;
--color-5: #2b2932;
}
Her Imperious Condescension background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c3df, #9f7db5, #6f5c8a, #493d61, #2b2932);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c3df, #9f7db5, #6f5c8a, #493d61, #2b2932);
}
Similar color palettes
Scroll down to explore 100+ Purple color palettes
Her Imperious Condescension color palette created on .