Golden Crunch Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Crunch Delight palette

Share this palette to:

Golden Crunch Delight color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d9a74a;
}
.color-3 {
color: #b6592b;
}
.color-4 {
color: #a4572d;
}
.color-5 {
color: #6a4d2f;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d9a74a;
--color-3: #b6592b;
--color-4: #a4572d;
--color-5: #6a4d2f;
}

Golden Crunch Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d9a74a, #b6592b, #a4572d, #6a4d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d9a74a, #b6592b, #a4572d, #6a4d2f);
}

Golden Crunch Delight color palette created on .