Paleta de colores Elegant Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Elegant Whispers

/* CSS */
.color-1 {
color: #bea8d7;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #b46a8e;
}
.color-4 {
color: #eab8c8;
}
.color-5 {
color: #f9e3d7;
}

/* CSS Variables */
:root {
--color-1: #bea8d7;
--color-2: #a77b9d;
--color-3: #b46a8e;
--color-4: #eab8c8;
--color-5: #f9e3d7;
}

CSS del degradado de fondo Elegant Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea8d7, #a77b9d, #b46a8e, #eab8c8, #f9e3d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea8d7, #a77b9d, #b46a8e, #eab8c8, #f9e3d7);
}

Elegant Whispers color palette created on .