Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f7d3a1;
}
.pallid-orange {
color: #f9b99f;
}
.her-majesty {
color: #f7a1a4;
}
.lively-coral {
color: #e57d7b;
}
.cherry-pink {
color: #c95e7e;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f7d3a1;
--pallid-orange:#f9b99f;
--her-majesty:#f7a1a4;
--lively-coral:#e57d7b;
--cherry-pink:#c95e7e;
}