Midnight Temptation Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Temptation palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Temptation Color Palette (PNG)
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);
}
Similar color palettes
Midnight Temptation color palette created on .