Color names in this palette
CSS code for this palette
/* CSS */
.legacy-blue {
color: #9fc7e0;
}
.gem-silica {
color: #73c4a4;
}
.tender-yellow {
color: #e7e8b0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--legacy-blue:#9fc7e0;
--gem-silica:#73c4a4;
--tender-yellow:#e7e8b0;
--apricot-glazed-chicken:#f5a524;
--flame-stitch:#d95d45;
}