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: #ff7081;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff8fe7;
}
.color-4 {
color: #ff4d94;
}
.color-5 {
color: #f1a7c7;
}
/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ffb3c1;
--color-3: #ff8fe7;
--color-4: #ff4d94;
--color-5: #f1a7c7;
}
CSS del degradado de fondo Blushing Blooms
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ffb3c1, #ff8fe7, #ff4d94, #f1a7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ffb3c1, #ff8fe7, #ff4d94, #f1a7c7);
}
Paletas de colores similares
Blushing Blooms color palette created on .