CSS code for this palette
/* CSS */
.tanzine {
color: #7890d9;
}
.loch-ness {
color: #5d6db1;
}
.blue-dude {
color: #4b5f95;
}
.bright-ube {
color: #d39fe5;
}
.always-rosey {
color: #e59eb2;
}
/* CSS Variables */
:root {
--tanzine:#7890d9;
--loch-ness:#5d6db1;
--blue-dude:#4b5f95;
--bright-ube:#d39fe5;
--always-rosey:#e59eb2;
}