Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cookie palette

Share this palette to:

Download Cookie Color Palette (PNG)

Download cookie color palette PNG image (landscape)
Download cookie color palette PNG image (square)

Cookie color palette CSS

/* CSS */
.color-1 {
color: #eed7b4;
}
.color-2 {
color: #e1b989;
}
.color-3 {
color: #d09971;
}
.color-4 {
color: #bd7c61;
}
.color-5 {
color: #9d604d;
}

/* CSS Variables */
:root {
--color-1: #eed7b4;
--color-2: #e1b989;
--color-3: #d09971;
--color-4: #bd7c61;
--color-5: #9d604d;
}

Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed7b4, #e1b989, #d09971, #bd7c61, #9d604d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed7b4, #e1b989, #d09971, #bd7c61, #9d604d);
}

Cookie color palette created on .