Cookie Crumble Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cookie Crumble Dream palette

Share this palette to:

Cookie Crumble Dream color palette CSS

/* CSS */
.color-1 {
color: #e8cab5;
}
.color-2 {
color: #d3a478;
}
.color-3 {
color: #c78457;
}
.color-4 {
color: #a85e38;
}
.color-5 {
color: #803b28;
}

/* CSS Variables */
:root {
--color-1: #e8cab5;
--color-2: #d3a478;
--color-3: #c78457;
--color-4: #a85e38;
--color-5: #803b28;
}

Cookie Crumble Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8cab5, #d3a478, #c78457, #a85e38, #803b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8cab5, #d3a478, #c78457, #a85e38, #803b28);
}

Cookie Crumble Dream color palette created on .