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