Golden Canopy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Canopy palette

Share this palette to:

Golden Canopy color palette CSS

/* CSS */
.color-1 {
color: #eab239;
}
.color-2 {
color: #bf982b;
}
.color-3 {
color: #a76d2a;
}
.color-4 {
color: #6b4f2e;
}
.color-5 {
color: #3b2b2c;
}

/* CSS Variables */
:root {
--color-1: #eab239;
--color-2: #bf982b;
--color-3: #a76d2a;
--color-4: #6b4f2e;
--color-5: #3b2b2c;
}

Golden Canopy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab239, #bf982b, #a76d2a, #6b4f2e, #3b2b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab239, #bf982b, #a76d2a, #6b4f2e, #3b2b2c);
}

Golden Canopy color palette created on .