Shades of Brown Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Brown palette

Condividi questa palette a:

tavolozza dei colori Shades of Brown CSS

/* CSS */
.color-1 {
color: #e3cece;
}
.color-2 {
color: #d8b7a2;
}
.color-3 {
color: #b59c8c;
}
.color-4 {
color: #8e7b6b;
}
.color-5 {
color: #5f4b44;
}

/* CSS Variables */
:root {
--color-1: #e3cece;
--color-2: #d8b7a2;
--color-3: #b59c8c;
--color-4: #8e7b6b;
--color-5: #5f4b44;
}

CSS con gradiente di sfondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cece, #d8b7a2, #b59c8c, #8e7b6b, #5f4b44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cece, #d8b7a2, #b59c8c, #8e7b6b, #5f4b44);
}

Shades of Brown color palette created on .