Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d93f3f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.safety-yellow {
color: #f0d400;
}
.emerald-clear-green {
color: #508d2a;
}
.summer-lake {
color: #0076a8;
}
/* CSS Variables */
:root {
--jasper:#d93f3f;
--apricot-glazed-chicken:#f5a524;
--safety-yellow:#f0d400;
--emerald-clear-green:#508d2a;
--summer-lake:#0076a8;
}