Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.flush-orange {
color: #ff6e00;
}
.floral-leaf {
color: #ffb84d;
}
.cornflower-lilac {
color: #ffadad;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--flush-orange:#ff6e00;
--floral-leaf:#ffb84d;
--cornflower-lilac:#ffadad;
--blush-hour:#ff7092;
}