Mint Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mint Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mint Harmony Color Palette (PNG)
Mint Harmony color palette CSS
/* CSS */
.color-1 {
color: #36737d;
}
.color-2 {
color: #3d9e8c;
}
.color-3 {
color: #4fbfa1;
}
.color-4 {
color: #69f2c0;
}
.color-5 {
color: #9ff9df;
}
/* CSS Variables */
:root {
--color-1: #36737d;
--color-2: #3d9e8c;
--color-3: #4fbfa1;
--color-4: #69f2c0;
--color-5: #9ff9df;
}
Mint Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #36737d, #3d9e8c, #4fbfa1, #69f2c0, #9ff9df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #36737d, #3d9e8c, #4fbfa1, #69f2c0, #9ff9df);
}
Similar color palettes
Mint Harmony color palette created on .