Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c5b6;
}
.first-date {
color: #f4b69f;
}
.stone-fruit {
color: #f1a488;
}
.florida-mango {
color: #f19d6f;
}
.chinese-lantern {
color: #f28e50;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c5b6;
--first-date:#f4b69f;
--stone-fruit:#f1a488;
--florida-mango:#f19d6f;
--chinese-lantern:#f28e50;
}