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: #f2d16e;
}
.color-2 {
color: #e4a64e;
}
.color-3 {
color: #d48a3a;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #6d3b2c;
}

/* CSS Variables */
:root {
--color-1: #f2d16e;
--color-2: #e4a64e;
--color-3: #d48a3a;
--color-4: #a85f2e;
--color-5: #6d3b2c;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d16e, #e4a64e, #d48a3a, #a85f2e, #6d3b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d16e, #e4a64e, #d48a3a, #a85f2e, #6d3b2c);
}

Similar color palettes

Brown Cookie color palette created on .