Color names in this palette
CSS code for this palette
/* CSS */
.apricot-orange {
color: #c86b3c;
}
.cat-s-eye-marble {
color: #dca65b;
}
.terra-sol {
color: #e8b47d;
}
.allspice {
color: #f7cbab;
}
.mette-penne {
color: #f8e1d3;
}
/* CSS Variables */
:root {
--apricot-orange:#c86b3c;
--cat-s-eye-marble:#dca65b;
--terra-sol:#e8b47d;
--allspice:#f7cbab;
--mette-penne:#f8e1d3;
}