/* CSS */
.color-1 {
color: #1D1E20;
}
.color-2 {
color: #4A4D54;
}
.color-3 {
color: #7A7C7F;
}
.color-4 {
color: #A8A9AD;
}
.color-5 {
color: #D6D7DB;
}
/* CSS Variables */
:root {
--color-1: #1D1E20;
--color-2: #4A4D54;
--color-3: #7A7C7F;
--color-4: #A8A9AD;
--color-5: #D6D7DB;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1D1E20, #4A4D54, #7A7C7F, #A8A9AD, #D6D7DB);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1D1E20, #4A4D54, #7A7C7F, #A8A9AD, #D6D7DB);
}
Dark Vanta color palette created on .