Paleta de colores The Empress

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Empress palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores The Empress

Download the empress color palette PNG image (landscape)
Download the empress color palette PNG image (square)

CSS de la paleta de colores The Empress

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

CSS del degradado de fondo The Empress

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

The Empress color palette created on .