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: #f9b4d3;
}
.color-2 {
color: #e5a9c8;
}
.color-3 {
color: #d09ac4;
}
.color-4 {
color: #a77bb2;
}
.color-5 {
color: #7b4f8c;
}
/* CSS Variables */
:root {
--color-1: #f9b4d3;
--color-2: #e5a9c8;
--color-3: #d09ac4;
--color-4: #a77bb2;
--color-5: #7b4f8c;
}
CSS del degradado de fondo Whimsical Blossoms
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4d3, #e5a9c8, #d09ac4, #a77bb2, #7b4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4d3, #e5a9c8, #d09ac4, #a77bb2, #7b4f8c);
}
Paletas de colores similares
Whimsical Blossoms color palette created on .