Veil of Enigma Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Veil of Enigma palette
tavolozza dei colori Veil of Enigma CSS
/* CSS */
.color-1 {
color: #2e2b73;
}
.color-2 {
color: #5a4e8d;
}
.color-3 {
color: #7b709e;
}
.color-4 {
color: #b59cc9;
}
.color-5 {
color: #d9c2e0;
}
/* CSS Variables */
:root {
--color-1: #2e2b73;
--color-2: #5a4e8d;
--color-3: #7b709e;
--color-4: #b59cc9;
--color-5: #d9c2e0;
}
CSS con gradiente di sfondo Veil of Enigma
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2b73, #5a4e8d, #7b709e, #b59cc9, #d9c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2b73, #5a4e8d, #7b709e, #b59cc9, #d9c2e0);
}
Tavolozze di colori simili
Veil of Enigma color palette created on .