Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.butter-cupcake {
color: #fddc9b;
}
.ice-crystal-blue {
color: #a6e7e1;
}
.lake-green {
color: #2e8a56;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--butter-cupcake:#fddc9b;
--ice-crystal-blue:#a6e7e1;
--lake-green:#2e8a56;
}