Color names in this palette
CSS code for this palette
/* CSS */
.living-coral {
color: #ff6952;
}
.salmon-orange {
color: #ff906b;
}
.melon-water {
color: #ffbeb3;
}
.floral-leaf {
color: #ffb84d;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--living-coral:#ff6952;
--salmon-orange:#ff906b;
--melon-water:#ffbeb3;
--floral-leaf:#ffb84d;
--fireglow:#d65e3d;
}