Color names in this palette
CSS code for this palette
/* CSS */
.goldfish {
color: #f2b05f;
}
.mythical-orange {
color: #ff7e47;
}
.orange-soda {
color: #f95d3e;
}
.pink-charge {
color: #d95eba;
}
.harley-hair-purple {
color: #8c4bbe;
}
/* CSS Variables */
:root {
--goldfish:#f2b05f;
--mythical-orange:#ff7e47;
--orange-soda:#f95d3e;
--pink-charge:#d95eba;
--harley-hair-purple:#8c4bbe;
}