Savory Slice Medley Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Savory Slice Medley palette

Share this palette to:

Savory Slice Medley color palette CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #d67a3d;
}
.color-4 {
color: #e04f38;
}
.color-5 {
color: #793d39;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f1a94b;
--color-3: #d67a3d;
--color-4: #e04f38;
--color-5: #793d39;
}

Savory Slice Medley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f1a94b, #d67a3d, #e04f38, #793d39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f1a94b, #d67a3d, #e04f38, #793d39);
}

Savory Slice Medley color palette created on .