Chocolate Chip Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chocolate Chip Cookie palette

Share this palette to:

Chocolate Chip Cookie color palette PNG image

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

Chocolate Chip Cookie color palette CSS

/* CSS */
.color-1 {
color: #b69758;
}
.color-2 {
color: #cfa468;
}
.color-3 {
color: #c6b38b;
}
.color-4 {
color: #d9c8a6;
}
.color-5 {
color: #7d4d31;
}

/* CSS Variables */
:root {
--color-1: #b69758;
--color-2: #cfa468;
--color-3: #c6b38b;
--color-4: #d9c8a6;
--color-5: #7d4d31;
}

Chocolate Chip Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b69758, #cfa468, #c6b38b, #d9c8a6, #7d4d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b69758, #cfa468, #c6b38b, #d9c8a6, #7d4d31);
}

Chocolate Chip Cookie color palette created on .