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: #b6c8c2;
}
.color-2 {
color: #d2e0d1;
}
.color-3 {
color: #e8f4e1;
}
.color-4 {
color: #f2e7c5;
}
.color-5 {
color: #f9d1a4;
}
/* CSS Variables */
:root {
--color-1: #b6c8c2;
--color-2: #d2e0d1;
--color-3: #e8f4e1;
--color-4: #f2e7c5;
--color-5: #f9d1a4;
}
CSS del degradado de fondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c2, #d2e0d1, #e8f4e1, #f2e7c5, #f9d1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c2, #d2e0d1, #e8f4e1, #f2e7c5, #f9d1a4);
}
Paletas de colores similares
Whispers of Serenity color palette created on .