Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f1c1d4;
}
.flower-blossom-pink {
color: #ef7b89;
}
.hot-coral {
color: #f05c5c;
}
.mr-mustard {
color: #e6b656;
}
.southern-platyfish {
color: #c6d94a;
}
/* CSS Variables */
:root {
--parrot-tulip:#f1c1d4;
--flower-blossom-pink:#ef7b89;
--hot-coral:#f05c5c;
--mr-mustard:#e6b656;
--southern-platyfish:#c6d94a;
}