Dreamy Cookie Crumble Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Cookie Crumble palette

Share this palette to:

Dreamy Cookie Crumble color palette CSS

/* CSS */
.color-1 {
color: #e1d0d0;
}
.color-2 {
color: #f2e6d9;
}
.color-3 {
color: #f9f1e1;
}
.color-4 {
color: #f3d4bf;
}
.color-5 {
color: #f1b6a2;
}

/* CSS Variables */
:root {
--color-1: #e1d0d0;
--color-2: #f2e6d9;
--color-3: #f9f1e1;
--color-4: #f3d4bf;
--color-5: #f1b6a2;
}

Dreamy Cookie Crumble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d0d0, #f2e6d9, #f9f1e1, #f3d4bf, #f1b6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d0d0, #f2e6d9, #f9f1e1, #f3d4bf, #f1b6a2);
}

Dreamy Cookie Crumble color palette created on .