Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.yellow-tulip {
color: #f2d16e;
}
.yucca-cream {
color: #a4dac8;
}
.dull-teal {
color: #5c9d8e;
}
.aqueous {
color: #3a8b98;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--yellow-tulip:#f2d16e;
--yucca-cream:#a4dac8;
--dull-teal:#5c9d8e;
--aqueous:#3a8b98;
}