Golden Crust Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Crust Delight palette
Golden Crust Delight color palette CSS
/* CSS */
.color-1 {
color: #e4b74e;
}
.color-2 {
color: #d8993b;
}
.color-3 {
color: #c6822a;
}
.color-4 {
color: #b56b1c;
}
.color-5 {
color: #a7590c;
}
/* CSS Variables */
:root {
--color-1: #e4b74e;
--color-2: #d8993b;
--color-3: #c6822a;
--color-4: #b56b1c;
--color-5: #a7590c;
}
Golden Crust Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b74e, #d8993b, #c6822a, #b56b1c, #a7590c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b74e, #d8993b, #c6822a, #b56b1c, #a7590c);
}
Similar color palettes
Golden Crust Delight color palette created on .