Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.eerie-glow {
color: #a8d6b9;
}
.verdigris {
color: #43b6b3;
}
.dark-spell {
color: #2f3a4b;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--solar-plexus-chakra:#f1c84b;
--eerie-glow:#a8d6b9;
--verdigris:#43b6b3;
--dark-spell:#2f3a4b;
}