Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.stellar-strawberry {
color: #ff5c8d;
}
.temptatious-tangerine {
color: #ff7b2e;
}
.soviet-gold {
color: #ffd900;
}
.akhdhar-green {
color: #b4e61e;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--stellar-strawberry:#ff5c8d;
--temptatious-tangerine:#ff7b2e;
--soviet-gold:#ffd900;
--akhdhar-green:#b4e61e;
}