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