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