Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.nyc-taxi {
color: #f6b531;
}
.storm-lightning {
color: #f9e79f;
}
.star-grass {
color: #75d7c3;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--nyc-taxi:#f6b531;
--storm-lightning:#f9e79f;
--star-grass:#75d7c3;
--blue-damselfly:#3398db;
}