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: #fff2e0;
}
.color-2 {
color: #e6be94;
}
.color-3 {
color: #a3a776;
}
.color-4 {
color: #778259;
}
.color-5 {
color: #3b0d0d;
}

/* CSS Variables */
:root {
--color-1: #fff2e0;
--color-2: #e6be94;
--color-3: #a3a776;
--color-4: #778259;
--color-5: #3b0d0d;
}

CSS con gradiente di sfondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff2e0, #e6be94, #a3a776, #778259, #3b0d0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff2e0, #e6be94, #a3a776, #778259, #3b0d0d);
}

Earthy Elegance color palette created on .