Color names in this palette
CSS code for this palette
/* CSS */
.hygiene-green {
color: #5ab5b2;
}
.india-trade {
color: #e4a667;
}
.mad-for-mango {
color: #f5a300;
}
.native-hue-of-resolution {
color: #d62e00;
}
.grapes-of-italy {
color: #6f4d8f;
}
/* CSS Variables */
:root {
--hygiene-green:#5ab5b2;
--india-trade:#e4a667;
--mad-for-mango:#f5a300;
--native-hue-of-resolution:#d62e00;
--grapes-of-italy:#6f4d8f;
}