Golden Crust Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Crust Delight palette

Share this palette to:

Golden Crust Delight color palette CSS

/* CSS */
.color-1 {
color: #e1c6a3;
}
.color-2 {
color: #d9b67d;
}
.color-3 {
color: #c7a05c;
}
.color-4 {
color: #a88c38;
}
.color-5 {
color: #8f6e3d;
}

/* CSS Variables */
:root {
--color-1: #e1c6a3;
--color-2: #d9b67d;
--color-3: #c7a05c;
--color-4: #a88c38;
--color-5: #8f6e3d;
}

Golden Crust Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c6a3, #d9b67d, #c7a05c, #a88c38, #8f6e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c6a3, #d9b67d, #c7a05c, #a88c38, #8f6e3d);
}

Golden Crust Delight color palette created on .