Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.peach-orange {
color: #ffce99;
}
.derry-coast-sunrise {
color: #f8e2ce;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--peach-orange:#ffce99;
--derry-coast-sunrise:#f8e2ce;
--shrimp-cocktail:#f4a462;
}