Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.tangelo {
color: #fa4f00;
}
.vampire-red {
color: #d83c31;
}
.speaking-of-the-devil {
color: #a83e57;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--apricot-glazed-chicken:#f5a524;
--tangelo:#fa4f00;
--vampire-red:#d83c31;
--speaking-of-the-devil:#a83e57;
}