Minty Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minty Green palette
Minty Green color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #87e3c1;
}
.color-3 {
color: #51c2d6;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f36d6d;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #87e3c1;
--color-3: #51c2d6;
--color-4: #f5a524;
--color-5: #f36d6d;
}
Minty Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #87e3c1, #51c2d6, #f5a524, #f36d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #87e3c1, #51c2d6, #f5a524, #f36d6d);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Minty Green color palette created on .