Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f6c4b6;
}
.stone-fruit {
color: #f2a28c;
}
.bergamot-orange {
color: #f19c5b;
}
.salmon-eggs {
color: #f4d35d;
}
.frugal {
color: #a4dab1;
}
/* CSS Variables */
:root {
--apricot-obsession:#f6c4b6;
--stone-fruit:#f2a28c;
--bergamot-orange:#f19c5b;
--salmon-eggs:#f4d35d;
--frugal:#a4dab1;
}