Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.atlantic-ocean {
color: #a4d6e5;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--peach-cr-me-br-l-e:#ffe29e;
--atlantic-ocean:#a4d6e5;
--concord-jam:#6c5b80;
}