Golden Biscuit Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Biscuit Delight palette

Share this palette to:

Golden Biscuit Delight color palette CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #e3cca1;
}
.color-3 {
color: #d0a16c;
}
.color-4 {
color: #c6996c;
}
.color-5 {
color: #a66b3a;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #e3cca1;
--color-3: #d0a16c;
--color-4: #c6996c;
--color-5: #a66b3a;
}

Golden Biscuit Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #e3cca1, #d0a16c, #c6996c, #a66b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #e3cca1, #d0a16c, #c6996c, #a66b3a);
}

Golden Biscuit Delight color palette created on .