Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.go-go-mango {
color: #ffb580;
}
.snug-yellow {
color: #ffdb80;
}
.spaghetti {
color: #fff79e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--go-go-mango:#ffb580;
--snug-yellow:#ffdb80;
--spaghetti:#fff79e;
}