Shades of Brown Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Brown palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Brown (PNG)

Download shades of brown color palette PNG image (landscape)
Download shades of brown color palette PNG image (square)

tavolozza dei colori Shades of Brown CSS

/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #d5b56d;
}
.color-3 {
color: #e2c66a;
}
.color-4 {
color: #e0b25c;
}
.color-5 {
color: #d8a45f;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #d5b56d;
--color-3: #e2c66a;
--color-4: #e0b25c;
--color-5: #d8a45f;
}

CSS con gradiente di sfondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #d5b56d, #e2c66a, #e0b25c, #d8a45f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #d5b56d, #e2c66a, #e0b25c, #d8a45f);
}

Shades of Brown color palette created on .