Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.james-blonde {
color: #f2e4b5;
}
.big-chill {
color: #7dc8e3;
}
.wizard-s-potion {
color: #5b5c9a;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--solar-plexus-chakra:#f1c84b;
--james-blonde:#f2e4b5;
--big-chill:#7dc8e3;
--wizard-s-potion:#5b5c9a;
}