Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.top-banana {
color: #f9d971;
}
.floral-leaf {
color: #ffb84d;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--top-banana:#f9d971;
--floral-leaf:#ffb84d;
--deep-blush:#e76a89;
}