Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-past {
color: #a63a3a;
}
.opulent {
color: #d68a2e;
}
.eyelash-viper {
color: #f0c54c;
}
.forest-fern {
color: #6aba69;
}
.mega-blue {
color: #396da7;
}
/* CSS Variables */
:root {
--scarlet-past:#a63a3a;
--opulent:#d68a2e;
--eyelash-viper:#f0c54c;
--forest-fern:#6aba69;
--mega-blue:#396da7;
}