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: #e9d2c3;
}
.color-2 {
color: #d4b8a1;
}
.color-3 {
color: #bfb097;
}
.color-4 {
color: #a5907e;
}
.color-5 {
color: #7c5b4b;
}

/* CSS Variables */
:root {
--color-1: #e9d2c3;
--color-2: #d4b8a1;
--color-3: #bfb097;
--color-4: #a5907e;
--color-5: #7c5b4b;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d2c3, #d4b8a1, #bfb097, #a5907e, #7c5b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d2c3, #d4b8a1, #bfb097, #a5907e, #7c5b4b);
}

Brown Cookie color palette created on .