Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.vivid-red-tangelo {
color: #d95e20;
}
.bismarck {
color: #4b6d7c;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--apricot-glazed-chicken:#f5a524;
--vivid-red-tangelo:#d95e20;
--bismarck:#4b6d7c;
--snap-shot:#2b3d50;
}