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: #f5d9a8;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #a0704b;
}
.color-4 {
color: #794b39;
}
.color-5 {
color: #3d2924;
}

/* CSS Variables */
:root {
--color-1: #f5d9a8;
--color-2: #c39969;
--color-3: #a0704b;
--color-4: #794b39;
--color-5: #3d2924;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d9a8, #c39969, #a0704b, #794b39, #3d2924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d9a8, #c39969, #a0704b, #794b39, #3d2924);
}

Brown Cookie color palette created on .