Gourmet Gluttony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gourmet Gluttony palette

Share this palette to:

Gourmet Gluttony color palette CSS

/* CSS */
.color-1 {
color: #ed8026;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f7e350;
}
.color-4 {
color: #9ddc6f;
}
.color-5 {
color: #409c89;
}

/* CSS Variables */
:root {
--color-1: #ed8026;
--color-2: #f0a800;
--color-3: #f7e350;
--color-4: #9ddc6f;
--color-5: #409c89;
}

Gourmet Gluttony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed8026, #f0a800, #f7e350, #9ddc6f, #409c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed8026, #f0a800, #f7e350, #9ddc6f, #409c89);
}

Gourmet Gluttony color palette created on .