Paleta de colores Blushing Romance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Romance palette
CSS de la paleta de colores Blushing Romance
/* CSS */
.color-1 {
color: #fee8e1;
}
.color-2 {
color: #fbc4b7;
}
.color-3 {
color: #fbaf93;
}
.color-4 {
color: #f68e74;
}
.color-5 {
color: #eb5c4c;
}
/* CSS Variables */
:root {
--color-1: #fee8e1;
--color-2: #fbc4b7;
--color-3: #fbaf93;
--color-4: #f68e74;
--color-5: #eb5c4c;
}
CSS del degradado de fondo Blushing Romance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee8e1, #fbc4b7, #fbaf93, #f68e74, #eb5c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee8e1, #fbc4b7, #fbaf93, #f68e74, #eb5c4c);
}
Paletas de colores similares
Blushing Romance color palette created on .