Mint Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mint Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mint Breeze Color Palette (PNG)
Mint Breeze color palette CSS
/* CSS */
.color-1 {
color: #a9e0d3;
}
.color-2 {
color: #70d2b4;
}
.color-3 {
color: #4abaa0;
}
.color-4 {
color: #2f9d8d;
}
.color-5 {
color: #1c797d;
}
/* CSS Variables */
:root {
--color-1: #a9e0d3;
--color-2: #70d2b4;
--color-3: #4abaa0;
--color-4: #2f9d8d;
--color-5: #1c797d;
}
Mint Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d3, #70d2b4, #4abaa0, #2f9d8d, #1c797d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d3, #70d2b4, #4abaa0, #2f9d8d, #1c797d);
}
Similar color palettes
Mint Breeze color palette created on .