Minty Aqua Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minty Aqua Bliss palette

Share this palette to:

Minty Aqua Bliss color palette CSS

/* CSS */
.color-1 {
color: #a5e3e0;
}
.color-2 {
color: #b1f1e1;
}
.color-3 {
color: #d0f6e3;
}
.color-4 {
color: #b1e2d9;
}
.color-5 {
color: #5ad6d8;
}

/* CSS Variables */
:root {
--color-1: #a5e3e0;
--color-2: #b1f1e1;
--color-3: #d0f6e3;
--color-4: #b1e2d9;
--color-5: #5ad6d8;
}

Minty Aqua Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e3e0, #b1f1e1, #d0f6e3, #b1e2d9, #5ad6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e3e0, #b1f1e1, #d0f6e3, #b1e2d9, #5ad6d8);
}

Minty Aqua Bliss color palette created on .