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: #e5a55d;
}
.color-2 {
color: #d17f4d;
}
.color-3 {
color: #b56c4f;
}
.color-4 {
color: #7b4c4c;
}
.color-5 {
color: #582c3a;
}

/* CSS Variables */
:root {
--color-1: #e5a55d;
--color-2: #d17f4d;
--color-3: #b56c4f;
--color-4: #7b4c4c;
--color-5: #582c3a;
}

CSS con gradiente di sfondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a55d, #d17f4d, #b56c4f, #7b4c4c, #582c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a55d, #d17f4d, #b56c4f, #7b4c4c, #582c3a);
}

Shades of Brown color palette created on .