Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.mangosteen {
color: #393e5b;
}
.midnight-sea {
color: #5a5e8c;
}
.viola-grey {
color: #8a6c99;
}
.the-sickener {
color: #d86f94;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--mangosteen:#393e5b;
--midnight-sea:#5a5e8c;
--viola-grey:#8a6c99;
--the-sickener:#d86f94;
}