Color names in this palette
CSS code for this palette
/* CSS */
.escalante {
color: #a45b61;
}
.cranapple {
color: #d87c79;
}
.calabrese {
color: #f1a7a2;
}
.apricot-obsession {
color: #f6c3b6;
}
.frolic {
color: #f9e8e1;
}
/* CSS Variables */
:root {
--escalante:#a45b61;
--cranapple:#d87c79;
--calabrese:#f1a7a2;
--apricot-obsession:#f6c3b6;
--frolic:#f9e8e1;
}