Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.floral-leaf {
color: #ffb84d;
}
.ballerina-tears {
color: #f5b8b2;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--floral-leaf:#ffb84d;
--ballerina-tears:#f5b8b2;
--eerie-glow:#a7d7b8;
}