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: #f4cfc8;
}
.color-2 {
color: #cbc3d5;
}
.color-3 {
color: #96ced4;
}
.color-4 {
color: #e7a155;
}
.color-5 {
color: #a8acad;
}

/* CSS Variables */
:root {
--color-1: #f4cfc8;
--color-2: #cbc3d5;
--color-3: #96ced4;
--color-4: #e7a155;
--color-5: #a8acad;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cfc8, #cbc3d5, #96ced4, #e7a155, #a8acad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cfc8, #cbc3d5, #96ced4, #e7a155, #a8acad);
}

Whispers of Serenity color palette created on .