/* CSS */
.color-1 {
color: #1E1E2F;
}
.color-2 {
color: #2E2E3A;
}
.color-3 {
color: #3A3A4D;
}
.color-4 {
color: #4D4D66;
}
.color-5 {
color: #6A6A8A;
}
/* CSS Variables */
:root {
--color-1: #1E1E2F;
--color-2: #2E2E3A;
--color-3: #3A3A4D;
--color-4: #4D4D66;
--color-5: #6A6A8A;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1E1E2F, #2E2E3A, #3A3A4D, #4D4D66, #6A6A8A);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1E1E2F, #2E2E3A, #3A3A4D, #4D4D66, #6A6A8A);
}Dark UI Elegance color palette created on .