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