Color names in this palette
CSS code for this palette
/* CSS */
.tuft-bush {
color: #f9d2be;
}
.calabrese {
color: #f1a8a2;
}
.sugar-poppy {
color: #e87d84;
}
.peppermint-swirl {
color: #d76080;
}
.spicy-purple {
color: #b93c6c;
}
/* CSS Variables */
:root {
--tuft-bush:#f9d2be;
--calabrese:#f1a8a2;
--sugar-poppy:#e87d84;
--peppermint-swirl:#d76080;
--spicy-purple:#b93c6c;
}