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