Golden Sands of Time Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sands of Time palette

Share this palette to:

Golden Sands of Time color palette CSS

/* CSS */
.color-1 {
color: #d8b77d;
}
.color-2 {
color: #c7a84d;
}
.color-3 {
color: #b69b3a;
}
.color-4 {
color: #9dac39;
}
.color-5 {
color: #7cbe55;
}

/* CSS Variables */
:root {
--color-1: #d8b77d;
--color-2: #c7a84d;
--color-3: #b69b3a;
--color-4: #9dac39;
--color-5: #7cbe55;
}

Golden Sands of Time background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b77d, #c7a84d, #b69b3a, #9dac39, #7cbe55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b77d, #c7a84d, #b69b3a, #9dac39, #7cbe55);
}

Golden Sands of Time color palette created on .