Color names in this palette
CSS code for this palette
/* CSS */
.blue-oyster-cult {
color: #4b7bec;
}
.swift {
color: #82a9e3;
}
.sky-high {
color: #a5c2e9;
}
.sugar-cookie {
color: #f2e5a1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--blue-oyster-cult:#4b7bec;
--swift:#82a9e3;
--sky-high:#a5c2e9;
--sugar-cookie:#f2e5a1;
--apricot-glazed-chicken:#f5a524;
}