Color names in this palette
CSS code for this palette
/* CSS */
.viola-black {
color: #2e2a41;
}
.darlak {
color: #4f4c67;
}
.waterloo {
color: #7a7a94;
}
.lavender-dream {
color: #b4afd0;
}
.lavender-syrup {
color: #e7e3f2;
}
/* CSS Variables */
:root {
--viola-black:#2e2a41;
--darlak:#4f4c67;
--waterloo:#7a7a94;
--lavender-dream:#b4afd0;
--lavender-syrup:#e7e3f2;
}