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: #f0c6c8;
}
.color-2 {
color: #bde7eb;
}
.color-3 {
color: #edb1d2;
}
.color-4 {
color: #a7d4e2;
}
.color-5 {
color: #e490d1;
}

/* CSS Variables */
:root {
--color-1: #f0c6c8;
--color-2: #bde7eb;
--color-3: #edb1d2;
--color-4: #a7d4e2;
--color-5: #e490d1;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c6c8, #bde7eb, #edb1d2, #a7d4e2, #e490d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c6c8, #bde7eb, #edb1d2, #a7d4e2, #e490d1);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 1 paleta de colores Rosa

Whispers of Serenity color palette created on .