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: #c71f1f;
}
.color-2 {
color: #e76f5f;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #2ed674;
}

/* CSS Variables */
:root {
--color-1: #c71f1f;
--color-2: #e76f5f;
--color-3: #fab700;
--color-4: #f6e48e;
--color-5: #2ed674;
}

CSS del degradado de fondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c71f1f, #e76f5f, #fab700, #f6e48e, #2ed674);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c71f1f, #e76f5f, #fab700, #f6e48e, #2ed674);
}

Red Sunset color palette created on .