Color names in this palette
CSS code for this palette
/* CSS */
.cedar-chest {
color: #c75b4d;
}
.apricot-sorbet {
color: #e8a15e;
}
.dull-yellow {
color: #f0d75c;
}
.celery-sprig {
color: #9edc89;
}
.team-spirit {
color: #3f6b88;
}
/* CSS Variables */
:root {
--cedar-chest:#c75b4d;
--apricot-sorbet:#e8a15e;
--dull-yellow:#f0d75c;
--celery-sprig:#9edc89;
--team-spirit:#3f6b88;
}