Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.yellow-jacket {
color: #ffcb3d;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--yellow-jacket:#ffcb3d;
--phaser-beam:#ff4d00;
}