Color names in this palette
CSS code for this palette
/* CSS */
.charted {
color: #b3cde0;
}
.yellow-avarice {
color: #f6f7d9;
}
.peach-pink {
color: #ff998a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pastel-lavender {
color: #daa4c8;
}
/* CSS Variables */
:root {
--charted:#b3cde0;
--yellow-avarice:#f6f7d9;
--peach-pink:#ff998a;
--grapefruit-pulp:#ff6e61;
--pastel-lavender:#daa4c8;
}