Brown Spud Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brown Spud palette

Condividi questa palette a:

tavolozza dei colori Brown Spud CSS

/* CSS */
.color-1 {
color: #d6c16b;
}
.color-2 {
color: #a06d37;
}
.color-3 {
color: #7e4a3a;
}
.color-4 {
color: #b5593b;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #d6c16b;
--color-2: #a06d37;
--color-3: #7e4a3a;
--color-4: #b5593b;
--color-5: #e9b79f;
}

CSS con gradiente di sfondo Brown Spud

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c16b, #a06d37, #7e4a3a, #b5593b, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c16b, #a06d37, #7e4a3a, #b5593b, #e9b79f);
}

Brown Spud color palette created on .