Beige Dune Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beige Dune Cookie palette

Share this palette to:

Beige Dune Cookie color palette CSS

/* CSS */
.color-1 {
color: #f5e7c2;
}
.color-2 {
color: #e6cba8;
}
.color-3 {
color: #d3b59c;
}
.color-4 {
color: #c1a185;
}
.color-5 {
color: #bfaf8d;
}

/* CSS Variables */
:root {
--color-1: #f5e7c2;
--color-2: #e6cba8;
--color-3: #d3b59c;
--color-4: #c1a185;
--color-5: #bfaf8d;
}

Beige Dune Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e7c2, #e6cba8, #d3b59c, #c1a185, #bfaf8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e7c2, #e6cba8, #d3b59c, #c1a185, #bfaf8d);
}

Beige Dune Cookie color palette created on .