Midnight Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Vibes palette

Share this palette to:

Midnight Vibes color palette PNG image

Download midnight vibes color palette PNG image (landscape)
Download midnight vibes color palette PNG image (square)

Midnight Vibes color palette CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #3b2a6f;
}
.color-3 {
color: #6f409c;
}
.color-4 {
color: #f1f6e4;
}
.color-5 {
color: #481e28;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #3b2a6f;
--color-3: #6f409c;
--color-4: #f1f6e4;
--color-5: #481e28;
}

Midnight Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #3b2a6f, #6f409c, #f1f6e4, #481e28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #3b2a6f, #6f409c, #f1f6e4, #481e28);
}

Midnight Vibes color palette created on .