Paleta de colores Red Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Sunset palette
CSS de la paleta de colores Red Sunset
/* CSS */
.color-1 {
color: #ed2125;
}
.color-2 {
color: #f5503d;
}
.color-3 {
color: #f7a64b;
}
.color-4 {
color: #f9d14e;
}
.color-5 {
color: #3cbe5a;
}
/* CSS Variables */
:root {
--color-1: #ed2125;
--color-2: #f5503d;
--color-3: #f7a64b;
--color-4: #f9d14e;
--color-5: #3cbe5a;
}
CSS del degradado de fondo Red Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed2125, #f5503d, #f7a64b, #f9d14e, #3cbe5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed2125, #f5503d, #f7a64b, #f9d14e, #3cbe5a);
}
Paletas de colores similares
Red Sunset color palette created on .