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: #f6b1c4;
}
.color-2 {
color: #f4a4b7;
}
.color-3 {
color: #f39bb2;
}
.color-4 {
color: #f099b6;
}
.color-5 {
color: #e882a7;
}
/* CSS Variables */
:root {
--color-1: #f6b1c4;
--color-2: #f4a4b7;
--color-3: #f39bb2;
--color-4: #f099b6;
--color-5: #e882a7;
}
CSS del degradado de fondo Blushing Petals
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b1c4, #f4a4b7, #f39bb2, #f099b6, #e882a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b1c4, #f4a4b7, #f39bb2, #f099b6, #e882a7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Rosa
Blushing Petals color palette created on .