Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.pasta {
color: #f8e2af;
}
.hawkbit {
color: #fddb6d;
}
.blue-angels-yellow {
color: #fab700;
}
.deep-orange {
color: #db5000;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--pasta:#f8e2af;
--hawkbit:#fddb6d;
--blue-angels-yellow:#fab700;
--deep-orange:#db5000;
}