Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.mint-macaron {
color: #afeeee;
}
.benikakehana-purple {
color: #5b4d75;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--mint-macaron:#afeeee;
--benikakehana-purple:#5b4d75;
}