Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-peel {
color: #ff9d00;
}
.empire-yellow {
color: #f5d400;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
.terrace-pool {
color: #9fd7df;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mandarin-peel:#ff9d00;
--empire-yellow:#f5d400;
--yippie-ya-yellow:#f3f7a1;
--terrace-pool:#9fd7df;
--grapefruit-pulp:#ff6e61;
}