Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.apricot-wash {
color: #f9a77b;
}
.splash {
color: #f2d89c;
}
.green-trance {
color: #a0d69f;
}
.dull-teal {
color: #5e9c8d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--apricot-wash:#f9a77b;
--splash:#f2d89c;
--green-trance:#a0d69f;
--dull-teal:#5e9c8d;
}