Fresh Mint Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fresh Mint palette

Share this palette to:

Fresh Mint color palette PNG image

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

Fresh Mint color palette CSS

/* CSS */
.color-1 {
color: #d1ffdd;
}
.color-2 {
color: #a3e1c9;
}
.color-3 {
color: #80d6b1;
}
.color-4 {
color: #4bbe9a;
}
.color-5 {
color: #2a9d7c;
}

/* CSS Variables */
:root {
--color-1: #d1ffdd;
--color-2: #a3e1c9;
--color-3: #80d6b1;
--color-4: #4bbe9a;
--color-5: #2a9d7c;
}

Fresh Mint background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1ffdd, #a3e1c9, #80d6b1, #4bbe9a, #2a9d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1ffdd, #a3e1c9, #80d6b1, #4bbe9a, #2a9d7c);
}

Fresh Mint color palette created on .