Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.jackfruit {
color: #f6c87e;
}
.araucana-egg {
color: #add8e1;
}
.jugendstil-turquoise {
color: #5c9b9d;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--jackfruit:#f6c87e;
--araucana-egg:#add8e1;
--jugendstil-turquoise:#5c9b9d;
--snap-shot:#2b3d50;
}