Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.lion-cub {
color: #f8caa5;
}
.butter-cookie {
color: #f0e4b2;
}
.eerie-glow {
color: #a7d7b8;
}
.nero-s-green {
color: #2e7e7f;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--lion-cub:#f8caa5;
--butter-cookie:#f0e4b2;
--eerie-glow:#a7d7b8;
--nero-s-green:#2e7e7f;
}