Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.casablanca {
color: #f2b450;
}
.gamboge-yellow {
color: #e4d158;
}
.eerie-glow {
color: #a7d7b8;
}
.steel-teal {
color: #5b8b89;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--casablanca:#f2b450;
--gamboge-yellow:#e4d158;
--eerie-glow:#a7d7b8;
--steel-teal:#5b8b89;
}