Mint Fresh Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mint Fresh palette
Download Mint Fresh Color Palette (PNG)
Mint Fresh color palette CSS
/* CSS */
.color-1 {
color: #a0e9b6;
}
.color-2 {
color: #76d6af;
}
.color-3 {
color: #4abf9a;
}
.color-4 {
color: #2da986;
}
.color-5 {
color: #1e8a73;
}
/* CSS Variables */
:root {
--color-1: #a0e9b6;
--color-2: #76d6af;
--color-3: #4abf9a;
--color-4: #2da986;
--color-5: #1e8a73;
}
Mint Fresh background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0e9b6, #76d6af, #4abf9a, #2da986, #1e8a73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0e9b6, #76d6af, #4abf9a, #2da986, #1e8a73);
}
Similar color palettes
Mint Fresh color palette created on .