Paleta de colores Whispers of Her Essence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Her Essence palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Her Essence

/* CSS */
.color-1 {
color: #f5b2c1;
}
.color-2 {
color: #f1a7d0;
}
.color-3 {
color: #e69ed0;
}
.color-4 {
color: #c2abf2;
}
.color-5 {
color: #9b7be5;
}

/* CSS Variables */
:root {
--color-1: #f5b2c1;
--color-2: #f1a7d0;
--color-3: #e69ed0;
--color-4: #c2abf2;
--color-5: #9b7be5;
}

CSS del degradado de fondo Whispers of Her Essence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c1, #f1a7d0, #e69ed0, #c2abf2, #9b7be5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c1, #f1a7d0, #e69ed0, #c2abf2, #9b7be5);
}

Whispers of Her Essence color palette created on .