Golden Grain Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Grain Delight palette

Share this palette to:

Golden Grain Delight color palette CSS

/* CSS */
.color-1 {
color: #d7a123;
}
.color-2 {
color: #e7b63c;
}
.color-3 {
color: #f1c77e;
}
.color-4 {
color: #f6d9a2;
}
.color-5 {
color: #f5e4c2;
}

/* CSS Variables */
:root {
--color-1: #d7a123;
--color-2: #e7b63c;
--color-3: #f1c77e;
--color-4: #f6d9a2;
--color-5: #f5e4c2;
}

Golden Grain Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a123, #e7b63c, #f1c77e, #f6d9a2, #f5e4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a123, #e7b63c, #f1c77e, #f6d9a2, #f5e4c2);
}

Golden Grain Delight color palette created on .