Midnight Enigma Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Enigma palette
Midnight Enigma color palette CSS
/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #4b496e;
}
.color-3 {
color: #7b7c93;
}
.color-4 {
color: #a8a6b0;
}
.color-5 {
color: #c2c2d6;
}
/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #4b496e;
--color-3: #7b7c93;
--color-4: #a8a6b0;
--color-5: #c2c2d6;
}
Midnight Enigma background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #4b496e, #7b7c93, #a8a6b0, #c2c2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #4b496e, #7b7c93, #a8a6b0, #c2c2d6);
}
Similar color palettes
Midnight Enigma color palette created on .