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