Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.highlighter-yellow {
color: #f8e93f;
}
.ice-cold-green {
color: #d8eaa9;
}
.hello-spring {
color: #4ad962;
}
.fluorescent-red {
color: #ff5452;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--highlighter-yellow:#f8e93f;
--ice-cold-green:#d8eaa9;
--hello-spring:#4ad962;
--fluorescent-red:#ff5452;
}