Golden Dunes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Dunes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Dunes Color Palette (PNG)
Golden Dunes color palette CSS
/* CSS */
.color-1 {
color: #dcc98e;
}
.color-2 {
color: #c8b479;
}
.color-3 {
color: #f0db9e;
}
.color-4 {
color: #8b6327;
}
.color-5 {
color: #c8b68d;
}
/* CSS Variables */
:root {
--color-1: #dcc98e;
--color-2: #c8b479;
--color-3: #f0db9e;
--color-4: #8b6327;
--color-5: #c8b68d;
}
Golden Dunes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcc98e, #c8b479, #f0db9e, #8b6327, #c8b68d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcc98e, #c8b479, #f0db9e, #8b6327, #c8b68d);
}
Similar color palettes
Golden Dunes color palette created on .