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