Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.sunflower-mango {
color: #ffb700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blue-chaos {
color: #5c9aff;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--sunflower-mango:#ffb700;
--grapefruit-pulp:#ff6e61;
--blue-chaos:#5c9aff;
--waterhen-back:#2e3f52;
}