Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.dream-of-spring {
color: #f8d225;
}
.lemon-verbena {
color: #f2e96e;
}
.garlic-pesto {
color: #c4d600;
}
.environmental-study {
color: #8abd00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--dream-of-spring:#f8d225;
--lemon-verbena:#f2e96e;
--garlic-pesto:#c4d600;
--environmental-study:#8abd00;
}