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