Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-bush {
color: #6a5b8b;
}
.bouquet {
color: #a67d9a;
}
.coral-cove {
color: #dfa59f;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.cakepop-sorbet {
color: #f9c448;
}
/* CSS Variables */
:root {
--butterfly-bush:#6a5b8b;
--bouquet:#a67d9a;
--coral-cove:#dfa59f;
--enjoyable-yellow:#f6d5a7;
--cakepop-sorbet:#f9c448;
}