Mushroom Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom Whisper palette

Share this palette to:

Mushroom Whisper color palette CSS

/* CSS */
.color-1 {
color: #eed9c4;
}
.color-2 {
color: #ecb6ac;
}
.color-3 {
color: #e6a598;
}
.color-4 {
color: #dd8893;
}
.color-5 {
color: #d87486;
}

/* CSS Variables */
:root {
--color-1: #eed9c4;
--color-2: #ecb6ac;
--color-3: #e6a598;
--color-4: #dd8893;
--color-5: #d87486;
}

Mushroom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed9c4, #ecb6ac, #e6a598, #dd8893, #d87486);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed9c4, #ecb6ac, #e6a598, #dd8893, #d87486);
}

Similar color palettes

Mushroom Whisper color palette created on .