Color names in this palette
CSS code for this palette
/* CSS */
.mette-penne {
color: #f8e1d3;
}
.mystic-tulip {
color: #f7b8a1;
}
.fruit-shake {
color: #f29c8c;
}
.lively-coral {
color: #e57b7f;
}
.spiced-coral {
color: #d64c58;
}
/* CSS Variables */
:root {
--mette-penne:#f8e1d3;
--mystic-tulip:#f7b8a1;
--fruit-shake:#f29c8c;
--lively-coral:#e57b7f;
--spiced-coral:#d64c58;
}