Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.ice-cream-parlour {
color: #f8d4af;
}
.dawn-light {
color: #f9e0a9;
}
.yellow-chalk {
color: #f5f9a9;
}
.almost-aloe {
color: #c5eab3;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--ice-cream-parlour:#f8d4af;
--dawn-light:#f9e0a9;
--yellow-chalk:#f5f9a9;
--almost-aloe:#c5eab3;
}