Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.squash-blossom {
color: #f7b83b;
}
.fresh-frapp {
color: #e0e59f;
}
.pure-apple {
color: #6cbe46;
}
.galaxy-express {
color: #3b3e9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--squash-blossom:#f7b83b;
--fresh-frapp:#e0e59f;
--pure-apple:#6cbe46;
--galaxy-express:#3b3e9b;
}