Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.highlighter-yellow {
color: #f3e13f;
}
.wake-me-up {
color: #f5d15b;
}
.blue-angels-yellow {
color: #fab700;
}
.bright-orange {
color: #f86c30;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--highlighter-yellow:#f3e13f;
--wake-me-up:#f5d15b;
--blue-angels-yellow:#fab700;
--bright-orange:#f86c30;
}