Earthy Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Earthy Elegance

Download earthy elegance color palette PNG image (landscape)
Download earthy elegance color palette PNG image (square)

tavolozza dei colori Earthy Elegance CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #ffebd1;
}
.color-3 {
color: #815d32;
}
.color-4 {
color: #f9f9e7;
}
.color-5 {
color: #6b4f24;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #ffebd1;
--color-3: #815d32;
--color-4: #f9f9e7;
--color-5: #6b4f24;
}

CSS con gradiente di sfondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #ffebd1, #815d32, #f9f9e7, #6b4f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #ffebd1, #815d32, #f9f9e7, #6b4f24);
}

Earthy Elegance color palette created on .