Minty Sweet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minty Sweet palette

Share this palette to:

Minty Sweet color palette PNG image

Download minty sweet color palette PNG image (landscape)
Download minty sweet color palette PNG image (square)

Minty Sweet color palette CSS

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #b1f2b7;
}
.color-3 {
color: #c5fce1;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #b1f2b7;
--color-3: #c5fce1;
--color-4: #ffadad;
--color-5: #ff667d;
}

Minty Sweet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #b1f2b7, #c5fce1, #ffadad, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #b1f2b7, #c5fce1, #ffadad, #ff667d);
}

Minty Sweet color palette created on .