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