Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.precious-persimmon {
color: #ff7142;
}
.painted-poppy {
color: #c84f3c;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--precious-persimmon:#ff7142;
--painted-poppy:#c84f3c;
}