Earthy Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Condividi questa palette a:

tavolozza dei colori Earthy Elegance CSS

/* CSS */
.color-1 {
color: #f6f6f4;
}
.color-2 {
color: #e3e0d3;
}
.color-3 {
color: #d0c6a9;
}
.color-4 {
color: #b6a76d;
}
.color-5 {
color: #a25e3f;
}

/* CSS Variables */
:root {
--color-1: #f6f6f4;
--color-2: #e3e0d3;
--color-3: #d0c6a9;
--color-4: #b6a76d;
--color-5: #a25e3f;
}

CSS con gradiente di sfondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f6f4, #e3e0d3, #d0c6a9, #b6a76d, #a25e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f6f4, #e3e0d3, #d0c6a9, #b6a76d, #a25e3f);
}

Earthy Elegance color palette created on .