Minsk Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minsk Sunset palette

Share this palette to:

Minsk Sunset color palette PNG image

Download minsk sunset color palette PNG image (landscape)
Download minsk sunset color palette PNG image (square)

Minsk Sunset color palette CSS

/* CSS */
.color-1 {
color: #292b3d;
}
.color-2 {
color: #323448;
}
.color-3 {
color: #3e4156;
}
.color-4 {
color: #4c4d67;
}
.color-5 {
color: #626484;
}

/* CSS Variables */
:root {
--color-1: #292b3d;
--color-2: #323448;
--color-3: #3e4156;
--color-4: #4c4d67;
--color-5: #626484;
}

Minsk Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292b3d, #323448, #3e4156, #4c4d67, #626484);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292b3d, #323448, #3e4156, #4c4d67, #626484);
}

Minsk Sunset color palette created on .