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: #f7b5a1;
}
.color-2 {
color: #f1e598;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #66b7b7;
}
.color-5 {
color: #3d5b8f;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1e598;
--color-3: #a3d55d;
--color-4: #66b7b7;
--color-5: #3d5b8f;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1e598, #a3d55d, #66b7b7, #3d5b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1e598, #a3d55d, #66b7b7, #3d5b8f);
}

Whispers of Serenity color palette created on .