Color names in this palette
CSS code for this palette
/* CSS */
.easy-on-the-eyes {
color: #f9eab4;
}
.egg-toast {
color: #f6c80e;
}
.mad-for-mango {
color: #faa200;
}
.epicurean-orange {
color: #e66d0a;
}
.kaihau-express {
color: #d14900;
}
/* CSS Variables */
:root {
--easy-on-the-eyes:#f9eab4;
--egg-toast:#f6c80e;
--mad-for-mango:#faa200;
--epicurean-orange:#e66d0a;
--kaihau-express:#d14900;
}