Color names in this palette
CSS code for this palette
/* CSS */
.lynx-screen-blue {
color: #31bbed;
}
.butter-cream {
color: #f5b042;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.cg-red {
color: #e13c33;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--lynx-screen-blue:#31bbed;
--butter-cream:#f5b042;
--r-d-i-ch-ng-orange:#f07c00;
--cg-red:#e13c33;
--moonshadow:#8d43ad;
}