CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.skinny-jeans {
color: #5d8dfe;
}
.c64-ntsc {
color: #4d7dfe;
}
.lightish-blue {
color: #3d7eff;
}
.caviar {
color: #2b2d31;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--skinny-jeans:#5d8dfe;
--c64-ntsc:#4d7dfe;
--lightish-blue:#3d7eff;
--caviar:#2b2d31;
}