Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.mandarin-red {
color: #e24c3c;
}
.romantic-rose {
color: #a93d8c;
}
.magical-merlin {
color: #3e8cda;
}
.bejewelled {
color: #2a9d6d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--mandarin-red:#e24c3c;
--romantic-rose:#a93d8c;
--magical-merlin:#3e8cda;
--bejewelled:#2a9d6d;
}