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: #e7d3c5;
}
.color-2 {
color: #d5b79f;
}
.color-3 {
color: #c48b73;
}
.color-4 {
color: #a66b5e;
}
.color-5 {
color: #8c4c3b;
}

/* CSS Variables */
:root {
--color-1: #e7d3c5;
--color-2: #d5b79f;
--color-3: #c48b73;
--color-4: #a66b5e;
--color-5: #8c4c3b;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d3c5, #d5b79f, #c48b73, #a66b5e, #8c4c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d3c5, #d5b79f, #c48b73, #a66b5e, #8c4c3b);
}

Brown Cookie color palette created on .