Earthy Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Sunset palette

Condividi questa palette a:

tavolozza dei colori Earthy Sunset CSS

/* 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 con gradiente di sfondo 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 .