Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunny-mood {
color: #f7c94b;
}
.concord-jam {
color: #6c5b80;
}
.crumbly-lipstick {
color: #f15bb5;
}
.turquoise {
color: #00c7a6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunny-mood:#f7c94b;
--concord-jam:#6c5b80;
--crumbly-lipstick:#f15bb5;
--turquoise:#00c7a6;
}