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