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: #c92c41;
}
.color-2 {
color: #e04f38;
}
.color-3 {
color: #f27c21;
}
.color-4 {
color: #f7a240;
}
.color-5 {
color: #ffd65c;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #e04f38;
--color-3: #f27c21;
--color-4: #f7a240;
--color-5: #ffd65c;
}

CSS del degradado de fondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #e04f38, #f27c21, #f7a240, #ffd65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #e04f38, #f27c21, #f7a240, #ffd65c);
}

Red Sunset color palette created on .