Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.chrome-yellow {
color: #faa700;
}
.paris-daisy {
color: #f9e74e;
}
.tropical-trail {
color: #8ed7b3;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--chrome-yellow:#faa700;
--paris-daisy:#f9e74e;
--tropical-trail:#8ed7b3;
--peaceful-river:#4a9cd3;
}