Color names in this palette
CSS code for this palette
/* CSS */
.candy-grape-fizz {
color: #6b59f3;
}
.oasis-spring {
color: #45a9bf;
}
.blockchain-gold {
color: #e6bd4c;
}
.childhood-crush {
color: #e76f65;
}
.victorian-iris {
color: #6d687d;
}
/* CSS Variables */
:root {
--candy-grape-fizz:#6b59f3;
--oasis-spring:#45a9bf;
--blockchain-gold:#e6bd4c;
--childhood-crush:#e76f65;
--victorian-iris:#6d687d;
}