Cookie Dough Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cookie Dough Dream palette

Share this palette to:

Cookie Dough Dream color palette CSS

/* CSS */
.color-1 {
color: #f5e4b8;
}
.color-2 {
color: #e5cca9;
}
.color-3 {
color: #d1a77b;
}
.color-4 {
color: #b68d5d;
}
.color-5 {
color: #a26b4e;
}

/* CSS Variables */
:root {
--color-1: #f5e4b8;
--color-2: #e5cca9;
--color-3: #d1a77b;
--color-4: #b68d5d;
--color-5: #a26b4e;
}

Cookie Dough Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e4b8, #e5cca9, #d1a77b, #b68d5d, #a26b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e4b8, #e5cca9, #d1a77b, #b68d5d, #a26b4e);
}

Cookie Dough Dream color palette created on .