Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.mad-for-mango {
color: #f5a300;
}
.glazed-carrot {
color: #ed6c2c;
}
.poinciana {
color: #d8342c;
}
.romantic-thriller {
color: #a30f19;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--mad-for-mango:#f5a300;
--glazed-carrot:#ed6c2c;
--poinciana:#d8342c;
--romantic-thriller:#a30f19;
}