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: #f7c94b;
}
.color-2 {
color: #f08d3d;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #aa3227;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f08d3d;
--color-3: #e74d3c;
--color-4: #bf3a2b;
--color-5: #aa3227;
}

CSS del degradado de fondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f08d3d, #e74d3c, #bf3a2b, #aa3227);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f08d3d, #e74d3c, #bf3a2b, #aa3227);
}

Red Sunset color palette created on .