Paleta de colores Whispers of Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
CSS de la paleta de colores Whispers of Serenity
/* CSS */
.color-1 {
color: #eff2e3;
}
.color-2 {
color: #eee6b4;
}
.color-3 {
color: #d6dadc;
}
.color-4 {
color: #c0e2f1;
}
.color-5 {
color: #bdc9e5;
}
/* CSS Variables */
:root {
--color-1: #eff2e3;
--color-2: #eee6b4;
--color-3: #d6dadc;
--color-4: #c0e2f1;
--color-5: #bdc9e5;
}
CSS del degradado de fondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eff2e3, #eee6b4, #d6dadc, #c0e2f1, #bdc9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eff2e3, #eee6b4, #d6dadc, #c0e2f1, #bdc9e5);
}
Paletas de colores similares
Whispers of Serenity color palette created on .