Golden Dunes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Dunes palette

Share this palette to:

Golden Dunes color palette CSS

/* CSS */
.color-1 {
color: #e6be89;
}
.color-2 {
color: #f2d1b1;
}
.color-3 {
color: #ffd6a3;
}
.color-4 {
color: #ffb347;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #e6be89;
--color-2: #f2d1b1;
--color-3: #ffd6a3;
--color-4: #ffb347;
--color-5: #ffc105;
}

Golden Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6be89, #f2d1b1, #ffd6a3, #ffb347, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6be89, #f2d1b1, #ffd6a3, #ffb347, #ffc105);
}

Golden Dunes color palette created on .