Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.bacon-strips {
color: #e13e33;
}
.mad-for-mango {
color: #f5a300;
}
.blue-fire {
color: #00a8e0;
}
.la-palma {
color: #4b8d2a;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--bacon-strips:#e13e33;
--mad-for-mango:#f5a300;
--blue-fire:#00a8e0;
--la-palma:#4b8d2a;
}