Mint Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mint Whisper palette

Share this palette to:

Mint Whisper color palette CSS

/* CSS */
.color-1 {
color: #b3ffba;
}
.color-2 {
color: #a4f9b2;
}
.color-3 {
color: #8ee1a3;
}
.color-4 {
color: #63d4a1;
}
.color-5 {
color: #3bbf8f;
}

/* CSS Variables */
:root {
--color-1: #b3ffba;
--color-2: #a4f9b2;
--color-3: #8ee1a3;
--color-4: #63d4a1;
--color-5: #3bbf8f;
}

Mint Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3ffba, #a4f9b2, #8ee1a3, #63d4a1, #3bbf8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3ffba, #a4f9b2, #8ee1a3, #63d4a1, #3bbf8f);
}

Mint Whisper color palette created on .