Paleta de colores Whispers of Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serenity

/* CSS */
.color-1 {
color: #e4b4c2;
}
.color-2 {
color: #f3d5a5;
}
.color-3 {
color: #e7b76e;
}
.color-4 {
color: #c2b880;
}
.color-5 {
color: #89a4b3;
}

/* CSS Variables */
:root {
--color-1: #e4b4c2;
--color-2: #f3d5a5;
--color-3: #e7b76e;
--color-4: #c2b880;
--color-5: #89a4b3;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b4c2, #f3d5a5, #e7b76e, #c2b880, #89a4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b4c2, #f3d5a5, #e7b76e, #c2b880, #89a4b3);
}

Whispers of Serenity color palette created on .