Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.phaser-beam {
color: #ff4d00;
}
.cheese {
color: #ffa600;
}
.banana-yellow {
color: #ffe033;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--phaser-beam:#ff4d00;
--cheese:#ffa600;
--banana-yellow:#ffe033;
}