Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c5b6;
}
.first-date {
color: #f3b3a0;
}
.cumquat-cream {
color: #f09f7f;
}
.mad-for-mango {
color: #f5a300;
}
.thai-curry {
color: #b76e1a;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c5b6;
--first-date:#f3b3a0;
--cumquat-cream:#f09f7f;
--mad-for-mango:#f5a300;
--thai-curry:#b76e1a;
}