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: #a1d6e2;
}
.color-2 {
color: #b6e2d8;
}
.color-3 {
color: #d7e5c2;
}
.color-4 {
color: #f2d2b1;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #b6e2d8;
--color-3: #d7e5c2;
--color-4: #f2d2b1;
--color-5: #f1a8a2;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #b6e2d8, #d7e5c2, #f2d2b1, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #b6e2d8, #d7e5c2, #f2d2b1, #f1a8a2);
}

Whispers of Serenity color palette created on .