Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.nouveau-riche {
color: #ffbc75;
}
.rise-and-shine {
color: #ffe89e;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--nouveau-riche:#ffbc75;
--rise-and-shine:#ffe89e;
--soviet-gold:#ffd900;
}