Muffin Medley Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muffin Medley palette

Share this palette to:

Muffin Medley color palette PNG image

Download muffin medley color palette PNG image (landscape)
Download muffin medley color palette PNG image (square)

Muffin Medley color palette CSS

/* CSS */
.color-1 {
color: #e3b059;
}
.color-2 {
color: #d68a3d;
}
.color-3 {
color: #a6602b;
}
.color-4 {
color: #7d3b1c;
}
.color-5 {
color: #4c1f15;
}

/* CSS Variables */
:root {
--color-1: #e3b059;
--color-2: #d68a3d;
--color-3: #a6602b;
--color-4: #7d3b1c;
--color-5: #4c1f15;
}

Muffin Medley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b059, #d68a3d, #a6602b, #7d3b1c, #4c1f15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b059, #d68a3d, #a6602b, #7d3b1c, #4c1f15);
}

Muffin Medley color palette created on .