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: #760e05;
}
.color-2 {
color: #9c2a26;
}
.color-3 {
color: #c65c4e;
}
.color-4 {
color: #e1a48e;
}
.color-5 {
color: #f1d7c6;
}

/* CSS Variables */
:root {
--color-1: #760e05;
--color-2: #9c2a26;
--color-3: #c65c4e;
--color-4: #e1a48e;
--color-5: #f1d7c6;
}

CSS del degradado de fondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #760e05, #9c2a26, #c65c4e, #e1a48e, #f1d7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #760e05, #9c2a26, #c65c4e, #e1a48e, #f1d7c6);
}

Red Sunset color palette created on .