Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.first-date {
color: #f7b2a1;
}
.cherrystone {
color: #f7998d;
}
.juicy-passionfruit {
color: #f4856c;
}
.hot-coral {
color: #f25c5a;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--first-date:#f7b2a1;
--cherrystone:#f7998d;
--juicy-passionfruit:#f4856c;
--hot-coral:#f25c5a;
}