Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.wet-pottery-clay {
color: #e27c6e;
}
.sweet-mandarin {
color: #d55b39;
}
.chinese-night {
color: #a63b21;
}
.pastry-shell {
color: #b97d5b;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--wet-pottery-clay:#e27c6e;
--sweet-mandarin:#d55b39;
--chinese-night:#a63b21;
--pastry-shell:#b97d5b;
}