Golden Cheddar Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Cheddar Delight palette

Share this palette to:

Golden Cheddar Delight color palette CSS

/* CSS */
.color-1 {
color: #daa94e;
}
.color-2 {
color: #f2b54a;
}
.color-3 {
color: #f6c25a;
}
.color-4 {
color: #f9de7b;
}
.color-5 {
color: #ffef8a;
}

/* CSS Variables */
:root {
--color-1: #daa94e;
--color-2: #f2b54a;
--color-3: #f6c25a;
--color-4: #f9de7b;
--color-5: #ffef8a;
}

Golden Cheddar Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa94e, #f2b54a, #f6c25a, #f9de7b, #ffef8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa94e, #f2b54a, #f6c25a, #f9de7b, #ffef8a);
}

Golden Cheddar Delight color palette created on .