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: #a9e0b5;
}
.color-2 {
color: #7dd8a9;
}
.color-3 {
color: #4acfa0;
}
.color-4 {
color: #27b48e;
}
.color-5 {
color: #1c9b7b;
}

/* CSS Variables */
:root {
--color-1: #a9e0b5;
--color-2: #7dd8a9;
--color-3: #4acfa0;
--color-4: #27b48e;
--color-5: #1c9b7b;
}

Mint Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0b5, #7dd8a9, #4acfa0, #27b48e, #1c9b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0b5, #7dd8a9, #4acfa0, #27b48e, #1c9b7b);
}

Mint Breeze color palette created on .