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: #ffcdcc;
}
.color-2 {
color: #ffa98f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4757;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ffcdcc;
--color-2: #ffa98f;
--color-3: #ff6e61;
--color-4: #ff4757;
--color-5: #ff3c00;
}

CSS del degradado de fondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcdcc, #ffa98f, #ff6e61, #ff4757, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcdcc, #ffa98f, #ff6e61, #ff4757, #ff3c00);
}

Red Sunset color palette created on .