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: #f5c95c;
}
.color-2 {
color: #e6a92d;
}
.color-3 {
color: #c67a2f;
}
.color-4 {
color: #a55b3b;
}
.color-5 {
color: #7d4e3f;
}

/* CSS Variables */
:root {
--color-1: #f5c95c;
--color-2: #e6a92d;
--color-3: #c67a2f;
--color-4: #a55b3b;
--color-5: #7d4e3f;
}

Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c95c, #e6a92d, #c67a2f, #a55b3b, #7d4e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c95c, #e6a92d, #c67a2f, #a55b3b, #7d4e3f);
}

Brown Cookie color palette created on .