Enigma Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enigma palette
Enigma color palette PNG image
Enigma color palette CSS
/* CSS */
.color-1 {
color: #0e0b1e;
}
.color-2 {
color: #1c1532;
}
.color-3 {
color: #281a3d;
}
.color-4 {
color: #252249;
}
.color-5 {
color: #3f2951;
}
/* CSS Variables */
:root {
--color-1: #0e0b1e;
--color-2: #1c1532;
--color-3: #281a3d;
--color-4: #252249;
--color-5: #3f2951;
}
Enigma background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0b1e, #1c1532, #281a3d, #252249, #3f2951);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0b1e, #1c1532, #281a3d, #252249, #3f2951);
}
Similar color palettes
Enigma color palette created on .