Minty Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minty Shades palette

Share this palette to:

Minty Shades color palette CSS

/* CSS */
.color-1 {
color: #a9e0d4;
}
.color-2 {
color: #6eddd4;
}
.color-3 {
color: #4bb9b4;
}
.color-4 {
color: #2a8d8c;
}
.color-5 {
color: #1a5b5a;
}

/* CSS Variables */
:root {
--color-1: #a9e0d4;
--color-2: #6eddd4;
--color-3: #4bb9b4;
--color-4: #2a8d8c;
--color-5: #1a5b5a;
}

Minty Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d4, #6eddd4, #4bb9b4, #2a8d8c, #1a5b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d4, #6eddd4, #4bb9b4, #2a8d8c, #1a5b5a);
}

Minty Shades color palette created on .