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