Mint Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mint Breeze palette
Mint Breeze color palette PNG image
Mint Breeze color palette CSS
/* CSS */
.color-1 {
color: #4dd1a0;
}
.color-2 {
color: #a5e3e2;
}
.color-3 {
color: #f0b49e;
}
.color-4 {
color: #fddb6d;
}
.color-5 {
color: #f7b32b;
}
/* CSS Variables */
:root {
--color-1: #4dd1a0;
--color-2: #a5e3e2;
--color-3: #f0b49e;
--color-4: #fddb6d;
--color-5: #f7b32b;
}
Mint Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dd1a0, #a5e3e2, #f0b49e, #fddb6d, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dd1a0, #a5e3e2, #f0b49e, #fddb6d, #f7b32b);
}
Similar color palettes
Scroll down to explore 10+ Mint color palettes
Mint Breeze color palette created on .