Mushroom Meringue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom Meringue palette

Share this palette to:

Mushroom Meringue color palette CSS

/* CSS */
.color-1 {
color: #d5c7b9;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #f2a19c;
}
.color-4 {
color: #f29d8c;
}
.color-5 {
color: #d27070;
}

/* CSS Variables */
:root {
--color-1: #d5c7b9;
--color-2: #e4b5a0;
--color-3: #f2a19c;
--color-4: #f29d8c;
--color-5: #d27070;
}

Mushroom Meringue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c7b9, #e4b5a0, #f2a19c, #f29d8c, #d27070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c7b9, #e4b5a0, #f2a19c, #f29d8c, #d27070);
}

Mushroom Meringue color palette created on .