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