Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.t-gold {
color: #ffb01f;
}
.barely-butter {
color: #f6e7c1;
}
.ocean-cruise {
color: #9ed5e0;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--t-gold:#ffb01f;
--barely-butter:#f6e7c1;
--ocean-cruise:#9ed5e0;
}