Savory Feast Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Savory Feast palette

Share this palette to:

Savory Feast color palette CSS

/* CSS */
.color-1 {
color: #c52b2b;
}
.color-2 {
color: #f1783b;
}
.color-3 {
color: #f1c54b;
}
.color-4 {
color: #a9d65c;
}
.color-5 {
color: #4c8f2d;
}

/* CSS Variables */
:root {
--color-1: #c52b2b;
--color-2: #f1783b;
--color-3: #f1c54b;
--color-4: #a9d65c;
--color-5: #4c8f2d;
}

Savory Feast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b2b, #f1783b, #f1c54b, #a9d65c, #4c8f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b2b, #f1783b, #f1c54b, #a9d65c, #4c8f2d);
}

Savory Feast color palette created on .