Color names in this palette
CSS code for this palette
/* CSS */
.prunella {
color: #824b8b;
}
.garden-party {
color: #e3a6b7;
}
.barrett-quince {
color: #f6d0b1;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.japanese-yew {
color: #d7a370;
}
/* CSS Variables */
:root {
--prunella:#824b8b;
--garden-party:#e3a6b7;
--barrett-quince:#f6d0b1;
--solar-plexus-chakra:#f0c74c;
--japanese-yew:#d7a370;
}