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: #6a4e4e;
}
.color-2 {
color: #9b7d6f;
}
.color-3 {
color: #d8b49d;
}
.color-4 {
color: #f6c6b1;
}
.color-5 {
color: #f9e2c8;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #9b7d6f;
--color-3: #d8b49d;
--color-4: #f6c6b1;
--color-5: #f9e2c8;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #9b7d6f, #d8b49d, #f6c6b1, #f9e2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #9b7d6f, #d8b49d, #f6c6b1, #f9e2c8);
}

Brown Cookie color palette created on .