Brown Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Cookie palette

Share this palette to:

Brown Cookie color palette CSS

/* CSS */
.color-1 {
color: #3a261d;
}
.color-2 {
color: #593c2c;
}
.color-3 {
color: #836b54;
}
.color-4 {
color: #96816e;
}
.color-5 {
color: #a28e86;
}

/* CSS Variables */
:root {
--color-1: #3a261d;
--color-2: #593c2c;
--color-3: #836b54;
--color-4: #96816e;
--color-5: #a28e86;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a261d, #593c2c, #836b54, #96816e, #a28e86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a261d, #593c2c, #836b54, #96816e, #a28e86);
}

Brown Cookie color palette created on .