Paleta de colores Whispers of Deceit

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Deceit palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Deceit

/* CSS */
.color-1 {
color: #e5b8d2;
}
.color-2 {
color: #f3c4e2;
}
.color-3 {
color: #f9d7e5;
}
.color-4 {
color: #fdd6b4;
}
.color-5 {
color: #f5ba4d;
}

/* CSS Variables */
:root {
--color-1: #e5b8d2;
--color-2: #f3c4e2;
--color-3: #f9d7e5;
--color-4: #fdd6b4;
--color-5: #f5ba4d;
}

CSS del degradado de fondo Whispers of Deceit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8d2, #f3c4e2, #f9d7e5, #fdd6b4, #f5ba4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8d2, #f3c4e2, #f9d7e5, #fdd6b4, #f5ba4d);
}

Whispers of Deceit color palette created on .