Color names in this palette
CSS code for this palette
/* CSS */
.grape-jam {
color: #7f7b9d;
}
.skyward {
color: #a6c6c9;
}
.mint-cocktail-green {
color: #b6e0ae;
}
.pyrite {
color: #f4c543;
}
.goddess-of-dawn {
color: #8f4d6e;
}
/* CSS Variables */
:root {
--grape-jam:#7f7b9d;
--skyward:#a6c6c9;
--mint-cocktail-green:#b6e0ae;
--pyrite:#f4c543;
--goddess-of-dawn:#8f4d6e;
}