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