Color names in this palette
CSS code for this palette
/* CSS */
.bluesy-note {
color: #7e9bb9;
}
.polished-cotton {
color: #c6d3d7;
}
.moonglow {
color: #f9e3c3;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bluesy-note:#7e9bb9;
--polished-cotton:#c6d3d7;
--moonglow:#f9e3c3;
--apricot-glazed-chicken:#f5a524;
--orange-gluttony:#e77e23;
}