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: #e2c5b6;
}
.color-2 {
color: #d2b5a3;
}
.color-3 {
color: #c6a58b;
}
.color-4 {
color: #b59969;
}
.color-5 {
color: #9d7e5c;
}

/* CSS Variables */
:root {
--color-1: #e2c5b6;
--color-2: #d2b5a3;
--color-3: #c6a58b;
--color-4: #b59969;
--color-5: #9d7e5c;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c5b6, #d2b5a3, #c6a58b, #b59969, #9d7e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c5b6, #d2b5a3, #c6a58b, #b59969, #9d7e5c);
}

Brown Cookie color palette created on .