Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b52926;
}
.rosy-sunset {
color: #d45c54;
}
.calabrese {
color: #f1a7a2;
}
.candy-cane {
color: #f8bfc2;
}
.bussell-lace {
color: #e8a4a1;
}
/* CSS Variables */
:root {
--aura-orange:#b52926;
--rosy-sunset:#d45c54;
--calabrese:#f1a7a2;
--candy-cane:#f8bfc2;
--bussell-lace:#e8a4a1;
}