Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.aerospace-orange {
color: #ff5100;
}
.polar-blue {
color: #b2e0e6;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--aerospace-orange:#ff5100;
--polar-blue:#b2e0e6;
--concord-jam:#6c5b80;
}