Minty Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minty Sunrise palette

Share this palette to:

Minty Sunrise color palette PNG image

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

Minty Sunrise color palette CSS

/* CSS */
.color-1 {
color: #a6c4b0;
}
.color-2 {
color: #b3d5c0;
}
.color-3 {
color: #e2f4e1;
}
.color-4 {
color: #f9e6b9;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #a6c4b0;
--color-2: #b3d5c0;
--color-3: #e2f4e1;
--color-4: #f9e6b9;
--color-5: #f7b5a1;
}

Minty Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4b0, #b3d5c0, #e2f4e1, #f9e6b9, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4b0, #b3d5c0, #e2f4e1, #f9e6b9, #f7b5a1);
}

Minty Sunrise color palette created on .