Paleta de colores Her Imperious Condescension

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Her Imperious Condescension palette

Compartir esta paleta en:

CSS de la paleta de colores Her Imperious Condescension

/* 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;
}

CSS del degradado de fondo Her Imperious Condescension

/* 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);
}

Her Imperious Condescension color palette created on .