Golden Furniture Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Furniture palette

Share this palette to:

Golden Furniture color palette CSS

/* CSS */
.color-1 {
color: #c4a664;
}
.color-2 {
color: #d9b76d;
}
.color-3 {
color: #e5c78b;
}
.color-4 {
color: #f2e6a1;
}
.color-5 {
color: #f9f0ae;
}

/* CSS Variables */
:root {
--color-1: #c4a664;
--color-2: #d9b76d;
--color-3: #e5c78b;
--color-4: #f2e6a1;
--color-5: #f9f0ae;
}

Golden Furniture background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a664, #d9b76d, #e5c78b, #f2e6a1, #f9f0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a664, #d9b76d, #e5c78b, #f2e6a1, #f9f0ae);
}

Golden Furniture color palette created on .