Brown Cookie Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Cookie Delight palette

Share this palette to:

Brown Cookie Delight color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #7b594c;
}
.color-3 {
color: #b48b6a;
}
.color-4 {
color: #e4c4a5;
}
.color-5 {
color: #f1e1d0;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #7b594c;
--color-3: #b48b6a;
--color-4: #e4c4a5;
--color-5: #f1e1d0;
}

Brown Cookie Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #7b594c, #b48b6a, #e4c4a5, #f1e1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #7b594c, #b48b6a, #e4c4a5, #f1e1d0);
}

Brown Cookie Delight color palette created on .