Mint Blue Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mint Blue Breeze palette

Share this palette to:

Mint Blue Breeze color palette CSS

/* CSS */
.color-1 {
color: #a8e1e1;
}
.color-2 {
color: #6fd3d3;
}
.color-3 {
color: #4cc2c2;
}
.color-4 {
color: #2fb0c1;
}
.color-5 {
color: #1b9d9d;
}

/* CSS Variables */
:root {
--color-1: #a8e1e1;
--color-2: #6fd3d3;
--color-3: #4cc2c2;
--color-4: #2fb0c1;
--color-5: #1b9d9d;
}

Mint Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1e1, #6fd3d3, #4cc2c2, #2fb0c1, #1b9d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1e1, #6fd3d3, #4cc2c2, #2fb0c1, #1b9d9d);
}

Mint Blue Breeze color palette created on .