Mint Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mint Breeze palette

Share this palette to:

Mint Breeze color palette PNG image

Download mint breeze color palette PNG image (landscape)
Download mint breeze color palette PNG image (square)

Mint Breeze color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #7fc3b2;
}
.color-3 {
color: #5bae8d;
}
.color-4 {
color: #3c9a6e;
}
.color-5 {
color: #2c7d5a;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #7fc3b2;
--color-3: #5bae8d;
--color-4: #3c9a6e;
--color-5: #2c7d5a;
}

Mint Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #7fc3b2, #5bae8d, #3c9a6e, #2c7d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #7fc3b2, #5bae8d, #3c9a6e, #2c7d5a);
}

Mint Breeze color palette created on .