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: #8a002e;
}
.color-2 {
color: #ff709d;
}
.color-3 {
color: #d44076;
}
.color-4 {
color: #ffb3d9;
}
.color-5 {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--color-1: #8a002e;
--color-2: #ff709d;
--color-3: #d44076;
--color-4: #ffb3d9;
--color-5: #ffcdcc;
}
CSS del degradado de fondo Blushing Romance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a002e, #ff709d, #d44076, #ffb3d9, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a002e, #ff709d, #d44076, #ffb3d9, #ffcdcc);
}
Paletas de colores similares
Blushing Romance color palette created on .