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