Lustrous Cookie Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lustrous Cookie Dream palette

Share this palette to:

Lustrous Cookie Dream color palette CSS

/* CSS */
.color-1 {
color: #5b484b;
}
.color-2 {
color: #7b6064;
}
.color-3 {
color: #af9592;
}
.color-4 {
color: #dab5a4;
}
.color-5 {
color: #edd5c4;
}

/* CSS Variables */
:root {
--color-1: #5b484b;
--color-2: #7b6064;
--color-3: #af9592;
--color-4: #dab5a4;
--color-5: #edd5c4;
}

Lustrous Cookie Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b484b, #7b6064, #af9592, #dab5a4, #edd5c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b484b, #7b6064, #af9592, #dab5a4, #edd5c4);
}

Similar color palettes

Lustrous Cookie Dream color palette created on .