Paleta de colores Blushing Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Sunset palette
CSS de la paleta de colores Blushing Sunset
/* CSS */
.color-1 {
color: #ff4d58;
}
.color-2 {
color: #ff7073;
}
.color-3 {
color: #ff8f85;
}
.color-4 {
color: #ffae9e;
}
.color-5 {
color: #ffdacc;
}
/* CSS Variables */
:root {
--color-1: #ff4d58;
--color-2: #ff7073;
--color-3: #ff8f85;
--color-4: #ffae9e;
--color-5: #ffdacc;
}
CSS del degradado de fondo Blushing Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d58, #ff7073, #ff8f85, #ffae9e, #ffdacc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d58, #ff7073, #ff8f85, #ffae9e, #ffdacc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Blushing Sunset color palette created on .