Mushroom Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom Orange palette

Share this palette to:

Mushroom Orange color palette CSS

/* CSS */
.color-1 {
color: #d5c4b3;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #f2a07d;
}
.color-4 {
color: #f6a951;
}
.color-5 {
color: #de5e3b;
}

/* CSS Variables */
:root {
--color-1: #d5c4b3;
--color-2: #e2b8a2;
--color-3: #f2a07d;
--color-4: #f6a951;
--color-5: #de5e3b;
}

Mushroom Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c4b3, #e2b8a2, #f2a07d, #f6a951, #de5e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c4b3, #e2b8a2, #f2a07d, #f6a951, #de5e3b);
}

Mushroom Orange color palette created on .