Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.scooter {
color: #2b8d9c;
}
.teal-fury {
color: #1b6e79;
}
.golden-apples {
color: #f0d84c;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--scooter:#2b8d9c;
--teal-fury:#1b6e79;
--golden-apples:#f0d84c;
--orange-gluttony:#e77e23;
}