Birchwood Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Birchwood palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Birchwood

Download birchwood color palette PNG image (landscape)
Download birchwood color palette PNG image (square)

tavolozza dei colori Birchwood CSS

/* CSS */
.color-1 {
color: #d9cbaf;
}
.color-2 {
color: #c1b29a;
}
.color-3 {
color: #a59e8d;
}
.color-4 {
color: #8e8a7b;
}
.color-5 {
color: #6a5e4d;
}

/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #c1b29a;
--color-3: #a59e8d;
--color-4: #8e8a7b;
--color-5: #6a5e4d;
}

CSS con gradiente di sfondo Birchwood

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #c1b29a, #a59e8d, #8e8a7b, #6a5e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #c1b29a, #a59e8d, #8e8a7b, #6a5e4d);
}

Birchwood color palette created on .