Paleta de colores Sunset Excavation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Excavation palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Excavation

/* CSS */
.color-1 {
color: #fbbe6f;
}
.color-2 {
color: #f5995b;
}
.color-3 {
color: #f2694a;
}
.color-4 {
color: #c24f3d;
}
.color-5 {
color: #8a3d3d;
}

/* CSS Variables */
:root {
--color-1: #fbbe6f;
--color-2: #f5995b;
--color-3: #f2694a;
--color-4: #c24f3d;
--color-5: #8a3d3d;
}

CSS del degradado de fondo Sunset Excavation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbe6f, #f5995b, #f2694a, #c24f3d, #8a3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbe6f, #f5995b, #f2694a, #c24f3d, #8a3d3d);
}

Sunset Excavation color palette created on .