Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.pieces-of-eight {
color: #ffb13d;
}
.wake-me-up {
color: #f6d55a;
}
.paper-tiger {
color: #f9f3ae;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--pieces-of-eight:#ffb13d;
--wake-me-up:#f6d55a;
--paper-tiger:#f9f3ae;
}