Color names in this palette
CSS code for this palette
/* CSS */
.wet-coral {
color: #d15c4d;
}
.apricot-jam {
color: #f1a76f;
}
.sugar-cookie {
color: #f2e2a1;
}
.in-good-taste {
color: #b5d9a1;
}
.vizcaya {
color: #7a9f94;
}
/* CSS Variables */
:root {
--wet-coral:#d15c4d;
--apricot-jam:#f1a76f;
--sugar-cookie:#f2e2a1;
--in-good-taste:#b5d9a1;
--vizcaya:#7a9f94;
}