Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #af5a99;
}
.baton-rouge {
color: #9b3b6d;
}
.unimaginable {
color: #8c7dba;
}
.eerie-glow {
color: #a7d7b7;
}
.sport-yellow {
color: #f0d77a;
}
/* CSS Variables */
:root {
--radiant-orchid:#af5a99;
--baton-rouge:#9b3b6d;
--unimaginable:#8c7dba;
--eerie-glow:#a7d7b7;
--sport-yellow:#f0d77a;
}