Fresh Mint Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fresh Mint palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fresh Mint Color Palette (PNG)
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);
}
Similar color palettes
Fresh Mint color palette created on .