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