Color names in this palette
CSS code for this palette
/* CSS */
.butterfly {
color: #c8d8a6;
}
.frugal {
color: #a8d7b5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.certain-peach {
color: #f5b9a3;
}
.etcetera {
color: #e1c6d3;
}
/* CSS Variables */
:root {
--butterfly:#c8d8a6;
--frugal:#a8d7b5;
--grapefruit-pulp:#ff6e61;
--certain-peach:#f5b9a3;
--etcetera:#e1c6d3;
}