Color names in this palette
CSS code for this palette
/* CSS */
.gutsy-grape {
color: #6f4f87;
}
.ariel-s-delight {
color: #b1a7d3;
}
.calla {
color: #f1e0b6;
}
.citrus-hill {
color: #f6a68e;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--gutsy-grape:#6f4f87;
--ariel-s-delight:#b1a7d3;
--calla:#f1e0b6;
--citrus-hill:#f6a68e;
--fire-island:#d94f3a;
}