CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.blue-jeans {
color: #61afef;
}
.cod-grey {
color: #2d3034;
}
.ashen-wind {
color: #97a9b4;
}
.aria {
color: #e3e3e3;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--blue-jeans:#61afef;
--cod-grey:#2d3034;
--ashen-wind:#97a9b4;
--aria:#e3e3e3;
}