Minty Fresh Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minty Fresh palette

Share this palette to:

Minty Fresh color palette PNG image

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

Minty Fresh color palette CSS

/* CSS */
.color-1 {
color: #a6e2cf;
}
.color-2 {
color: #7fdcba;
}
.color-3 {
color: #51c8a8;
}
.color-4 {
color: #2ab79d;
}
.color-5 {
color: #009e8c;
}

/* CSS Variables */
:root {
--color-1: #a6e2cf;
--color-2: #7fdcba;
--color-3: #51c8a8;
--color-4: #2ab79d;
--color-5: #009e8c;
}

Minty Fresh background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2cf, #7fdcba, #51c8a8, #2ab79d, #009e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2cf, #7fdcba, #51c8a8, #2ab79d, #009e8c);
}

Minty Fresh color palette created on .