Color names in this palette
CSS code for this palette
/* CSS */
.aero {
color: #7dbcf2;
}
.dioptase-green {
color: #3d9e8c;
}
.vanilla-pudding {
color: #f5e56b;
}
.gold-crest {
color: #e09a38;
}
.bloody-rust {
color: #da2b3f;
}
/* CSS Variables */
:root {
--aero:#7dbcf2;
--dioptase-green:#3d9e8c;
--vanilla-pudding:#f5e56b;
--gold-crest:#e09a38;
--bloody-rust:#da2b3f;
}