Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.dream-of-spring {
color: #f6d12c;
}
.lime-lizard {
color: #a1d65c;
}
.shamrock-green {
color: #4cae7b;
}
.scooter {
color: #2a8e9d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--dream-of-spring:#f6d12c;
--lime-lizard:#a1d65c;
--shamrock-green:#4cae7b;
--scooter:#2a8e9d;
}