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: #e6b04c;
}
.color-2 {
color: #d6a84c;
}
.color-3 {
color: #ceab40;
}
.color-4 {
color: #c89c3c;
}
.color-5 {
color: #a67930;
}

/* CSS Variables */
:root {
--color-1: #e6b04c;
--color-2: #d6a84c;
--color-3: #ceab40;
--color-4: #c89c3c;
--color-5: #a67930;
}

Golden Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b04c, #d6a84c, #ceab40, #c89c3c, #a67930);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b04c, #d6a84c, #ceab40, #c89c3c, #a67930);
}

Golden Dunes color palette created on .