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: #f4ebc3;
}
.color-2 {
color: #d0dfe7;
}
.color-3 {
color: #dddfbf;
}
.color-4 {
color: #d6bebd;
}
.color-5 {
color: #a5c0d9;
}

/* CSS Variables */
:root {
--color-1: #f4ebc3;
--color-2: #d0dfe7;
--color-3: #dddfbf;
--color-4: #d6bebd;
--color-5: #a5c0d9;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ebc3, #d0dfe7, #dddfbf, #d6bebd, #a5c0d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ebc3, #d0dfe7, #dddfbf, #d6bebd, #a5c0d9);
}

Whispers of Serenity color palette created on .