Golden Glucose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Glucose palette

Share this palette to:

Golden Glucose color palette CSS

/* CSS */
.color-1 {
color: #f4c32f;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #d68100;
}
.color-4 {
color: #b35600;
}
.color-5 {
color: #804000;
}

/* CSS Variables */
:root {
--color-1: #f4c32f;
--color-2: #e6a400;
--color-3: #d68100;
--color-4: #b35600;
--color-5: #804000;
}

Golden Glucose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}

Golden Glucose color palette created on .