Brewed Earthtones Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brewed Earthtones palette

Condividi questa palette a:

tavolozza dei colori Brewed Earthtones CSS

/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #b5844f;
}
.color-3 {
color: #a26d34;
}
.color-4 {
color: #6e5035;
}
.color-5 {
color: #4b3e2a;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #b5844f;
--color-3: #a26d34;
--color-4: #6e5035;
--color-5: #4b3e2a;
}

CSS con gradiente di sfondo Brewed Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #b5844f, #a26d34, #6e5035, #4b3e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #b5844f, #a26d34, #6e5035, #4b3e2a);
}

Brewed Earthtones color palette created on .