Rustic Earthtones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Earthtones palette

Condividi questa palette a:

tavolozza dei colori Rustic Earthtones CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c0996d;
}
.color-3 {
color: #e1af7a;
}
.color-4 {
color: #d9c6b4;
}
.color-5 {
color: #4b3c26;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c0996d;
--color-3: #e1af7a;
--color-4: #d9c6b4;
--color-5: #4b3c26;
}

CSS con gradiente di sfondo Rustic Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c0996d, #e1af7a, #d9c6b4, #4b3c26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c0996d, #e1af7a, #d9c6b4, #4b3c26);
}

Rustic Earthtones color palette created on .