Minty Fresh Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minty Fresh Breeze palette
Minty Fresh Breeze color palette CSS
/* CSS */
.color-1 {
color: #a6e2cf;
}
.color-2 {
color: #66d6b3;
}
.color-3 {
color: #3cbea4;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #007a5e;
}
/* CSS Variables */
:root {
--color-1: #a6e2cf;
--color-2: #66d6b3;
--color-3: #3cbea4;
--color-4: #009975;
--color-5: #007a5e;
}
Minty Fresh Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2cf, #66d6b3, #3cbea4, #009975, #007a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2cf, #66d6b3, #3cbea4, #009975, #007a5e);
}
Similar color palettes
Minty Fresh Breeze color palette created on .