Paleta de colores Delicate Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Delicate Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Delicate Whispers

/* CSS */
.color-1 {
color: #f6e3d5;
}
.color-2 {
color: #f5b8d1;
}
.color-3 {
color: #d8a7e2;
}
.color-4 {
color: #a6c6ed;
}
.color-5 {
color: #76b7b4;
}

/* CSS Variables */
:root {
--color-1: #f6e3d5;
--color-2: #f5b8d1;
--color-3: #d8a7e2;
--color-4: #a6c6ed;
--color-5: #76b7b4;
}

CSS del degradado de fondo Delicate Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3d5, #f5b8d1, #d8a7e2, #a6c6ed, #76b7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3d5, #f5b8d1, #d8a7e2, #a6c6ed, #76b7b4);
}

Delicate Whispers color palette created on .