Mint Green Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mint Green Shades palette

Share this palette to:

Mint Green Shades color palette CSS

/* CSS */
.color-1 {
color: #a6e2ae;
}
.color-2 {
color: #7ad1b6;
}
.color-3 {
color: #50b4a8;
}
.color-4 {
color: #2b9c9a;
}
.color-5 {
color: #1f7a7a;
}

/* CSS Variables */
:root {
--color-1: #a6e2ae;
--color-2: #7ad1b6;
--color-3: #50b4a8;
--color-4: #2b9c9a;
--color-5: #1f7a7a;
}

Mint Green Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2ae, #7ad1b6, #50b4a8, #2b9c9a, #1f7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2ae, #7ad1b6, #50b4a8, #2b9c9a, #1f7a7a);
}

Similar color palettes

Mint Green Shades color palette created on .