Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.entan-red {
color: #f06d4c;
}
.carmine {
color: #d60032;
}
.byzantine {
color: #b83d9b;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--apricot-glazed-chicken:#f5a524;
--entan-red:#f06d4c;
--carmine:#d60032;
--byzantine:#b83d9b;
}