Human Mint Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Human Mint palette

Share this palette to:

Human Mint color palette PNG image

Download human mint color palette PNG image (landscape)
Download human mint color palette PNG image (square)

Human Mint color palette CSS

/* CSS */
.color-1 {
color: #a4d5c3;
}
.color-2 {
color: #6ccb79;
}
.color-3 {
color: #4abf6b;
}
.color-4 {
color: #2e8a56;
}
.color-5 {
color: #1c5e44;
}

/* CSS Variables */
:root {
--color-1: #a4d5c3;
--color-2: #6ccb79;
--color-3: #4abf6b;
--color-4: #2e8a56;
--color-5: #1c5e44;
}

Human Mint background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5c3, #6ccb79, #4abf6b, #2e8a56, #1c5e44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5c3, #6ccb79, #4abf6b, #2e8a56, #1c5e44);
}

Human Mint color palette created on .