Midnight Temptation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Temptation palette

Share this palette to:

Midnight Temptation color palette PNG image

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

Midnight Temptation color palette CSS

/* CSS */
.color-1 {
color: #141127;
}
.color-2 {
color: #322650;
}
.color-3 {
color: #563277;
}
.color-4 {
color: #79317d;
}
.color-5 {
color: #9e4c75;
}

/* CSS Variables */
:root {
--color-1: #141127;
--color-2: #322650;
--color-3: #563277;
--color-4: #79317d;
--color-5: #9e4c75;
}

Midnight Temptation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141127, #322650, #563277, #79317d, #9e4c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141127, #322650, #563277, #79317d, #9e4c75);
}

Midnight Temptation color palette created on .