Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f8d4af;
}
.first-date {
color: #f6b4a2;
}
.cumquat-cream {
color: #f19b7e;
}
.moegi-green {
color: #f08e70;
}
.sohi-red {
color: #e75e3c;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f8d4af;
--first-date:#f6b4a2;
--cumquat-cream:#f19b7e;
--moegi-green:#f08e70;
--sohi-red:#e75e3c;
}