Paleta de colores Sunset Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Glow

/* CSS */
.color-1 {
color: #f2dfc0;
}
.color-2 {
color: #d04a3e;
}
.color-3 {
color: #f3e3d3;
}
.color-4 {
color: #e5e5d2;
}
.color-5 {
color: #b63a3a;
}

/* CSS Variables */
:root {
--color-1: #f2dfc0;
--color-2: #d04a3e;
--color-3: #f3e3d3;
--color-4: #e5e5d2;
--color-5: #b63a3a;
}

CSS del degradado de fondo Sunset Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2dfc0, #d04a3e, #f3e3d3, #e5e5d2, #b63a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2dfc0, #d04a3e, #f3e3d3, #e5e5d2, #b63a3a);
}

Sunset Glow color palette created on .