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: #ffffff;
}
.color-2 {
color: #f9fbee;
}
.color-3 {
color: #f3f7df;
}
.color-4 {
color: #f4f8d3;
}
.color-5 {
color: #dde7d0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9fbee;
--color-3: #f3f7df;
--color-4: #f4f8d3;
--color-5: #dde7d0;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9fbee, #f3f7df, #f4f8d3, #dde7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9fbee, #f3f7df, #f4f8d3, #dde7d0);
}

Whispers of Serenity color palette created on .