Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.macaw {
color: #fbbd23;
}
.shrimp-toast {
color: #f7c6a1;
}
.unbleached {
color: #faf9f5;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--macaw:#fbbd23;
--shrimp-toast:#f7c6a1;
--unbleached:#faf9f5;
}