Color names in this palette
CSS code for this palette
/* CSS */
.australian-apricot {
color: #f4c5a4;
}
.pallid-orange {
color: #f9b79f;
}
.cumquat-cream {
color: #f19b83;
}
.childhood-crush {
color: #e76d65;
}
.desert-coral {
color: #d0615d;
}
/* CSS Variables */
:root {
--australian-apricot:#f4c5a4;
--pallid-orange:#f9b79f;
--cumquat-cream:#f19b83;
--childhood-crush:#e76d65;
--desert-coral:#d0615d;
}