Color names in this palette
CSS code for this palette
/* CSS */
.priceless-coral {
color: #e3a58c;
}
.maximum-yellow-red {
color: #f2b74a;
}
.lemonade-stand {
color: #f6c73c;
}
.bursting-lemon {
color: #f9e285;
}
.golden-raspberry {
color: #f6d779;
}
/* CSS Variables */
:root {
--priceless-coral:#e3a58c;
--maximum-yellow-red:#f2b74a;
--lemonade-stand:#f6c73c;
--bursting-lemon:#f9e285;
--golden-raspberry:#f6d779;
}