Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7ca50;
}
.halt-and-catch-fire {
color: #ff6933;
}
.coquelicot {
color: #ff3c00;
}
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--go-bananas:#f7ca50;
--halt-and-catch-fire:#ff6933;
--coquelicot:#ff3c00;
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
}