Paleta de colores Earthy Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Sunset

/* CSS */
.color-1 {
color: #b89c8e;
}
.color-2 {
color: #e0b89f;
}
.color-3 {
color: #d6c5b3;
}
.color-4 {
color: #a8c2b7;
}
.color-5 {
color: #799a8b;
}

/* CSS Variables */
:root {
--color-1: #b89c8e;
--color-2: #e0b89f;
--color-3: #d6c5b3;
--color-4: #a8c2b7;
--color-5: #799a8b;
}

CSS del degradado de fondo Earthy Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89c8e, #e0b89f, #d6c5b3, #a8c2b7, #799a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89c8e, #e0b89f, #d6c5b3, #a8c2b7, #799a8b);
}

Earthy Sunset color palette created on .