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: #bbe8d6;
}
.color-2 {
color: #a3e0c2;
}
.color-3 {
color: #7ad6a7;
}
.color-4 {
color: #4fbf9c;
}
.color-5 {
color: #2da97a;
}
/* CSS Variables */
:root {
--color-1: #bbe8d6;
--color-2: #a3e0c2;
--color-3: #7ad6a7;
--color-4: #4fbf9c;
--color-5: #2da97a;
}
Mint Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}
Similar color palettes
Mint Breeze color palette created on .