Golden Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Reverie palette

Share this palette to:

Golden Reverie color palette CSS

/* CSS */
.color-1 {
color: #d2b34b;
}
.color-2 {
color: #b19f39;
}
.color-3 {
color: #a39043;
}
.color-4 {
color: #c5a659;
}
.color-5 {
color: #e7c67e;
}

/* CSS Variables */
:root {
--color-1: #d2b34b;
--color-2: #b19f39;
--color-3: #a39043;
--color-4: #c5a659;
--color-5: #e7c67e;
}

Golden Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b34b, #b19f39, #a39043, #c5a659, #e7c67e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b34b, #b19f39, #a39043, #c5a659, #e7c67e);
}

Golden Reverie color palette created on .