Mint Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mint Garden palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mint Garden Color Palette (PNG)
Mint Garden color palette CSS
/* CSS */
.color-1 {
color: #c3f4eb;
}
.color-2 {
color: #9ee0d3;
}
.color-3 {
color: #7cc5be;
}
.color-4 {
color: #4fb0a5;
}
.color-5 {
color: #2a8a8d;
}
/* CSS Variables */
:root {
--color-1: #c3f4eb;
--color-2: #9ee0d3;
--color-3: #7cc5be;
--color-4: #4fb0a5;
--color-5: #2a8a8d;
}
Mint Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3f4eb, #9ee0d3, #7cc5be, #4fb0a5, #2a8a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3f4eb, #9ee0d3, #7cc5be, #4fb0a5, #2a8a8d);
}
Similar color palettes
Scroll down to explore 10+ Mint color palettes
Mint Garden color palette created on .