Mushroom Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom Whispers palette

Share this palette to:

Mushroom Whispers color palette CSS

/* CSS */
.color-1 {
color: #f2b3f4;
}
.color-2 {
color: #e59edf;
}
.color-3 {
color: #d48cc8;
}
.color-4 {
color: #b68ccf;
}
.color-5 {
color: #a7c6e7;
}

/* CSS Variables */
:root {
--color-1: #f2b3f4;
--color-2: #e59edf;
--color-3: #d48cc8;
--color-4: #b68ccf;
--color-5: #a7c6e7;
}

Mushroom Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b3f4, #e59edf, #d48cc8, #b68ccf, #a7c6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b3f4, #e59edf, #d48cc8, #b68ccf, #a7c6e7);
}

Mushroom Whispers color palette created on .