Paleta de colores Red Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Red Sunset

/* CSS */
.color-1 {
color: #9b1c1c;
}
.color-2 {
color: #d84b4b;
}
.color-3 {
color: #f39d39;
}
.color-4 {
color: #f3d139;
}
.color-5 {
color: #e6b63d;
}

/* CSS Variables */
:root {
--color-1: #9b1c1c;
--color-2: #d84b4b;
--color-3: #f39d39;
--color-4: #f3d139;
--color-5: #e6b63d;
}

CSS del degradado de fondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b1c1c, #d84b4b, #f39d39, #f3d139, #e6b63d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b1c1c, #d84b4b, #f39d39, #f3d139, #e6b63d);
}

Red Sunset color palette created on .