Light Brown Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Brown Cookie palette

Share this palette to:

Light Brown Cookie color palette CSS

/* CSS */
.color-1 {
color: #d2b9a3;
}
.color-2 {
color: #d9c8b0;
}
.color-3 {
color: #e3c5a5;
}
.color-4 {
color: #f5e1b2;
}
.color-5 {
color: #f8c6af;
}

/* CSS Variables */
:root {
--color-1: #d2b9a3;
--color-2: #d9c8b0;
--color-3: #e3c5a5;
--color-4: #f5e1b2;
--color-5: #f8c6af;
}

Light Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b9a3, #d9c8b0, #e3c5a5, #f5e1b2, #f8c6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b9a3, #d9c8b0, #e3c5a5, #f5e1b2, #f8c6af);
}

Light Brown Cookie color palette created on .