Color names in this palette
CSS code for this palette
/* CSS */
.cream-can {
color: #edc550;
}
.sport-yellow {
color: #f2d578;
}
.lemon-filling {
color: #f8e6a5;
}
.mad-for-mango {
color: #f5a300;
}
.golden-beryl-yellow {
color: #d6a800;
}
/* CSS Variables */
:root {
--cream-can:#edc550;
--sport-yellow:#f2d578;
--lemon-filling:#f8e6a5;
--mad-for-mango:#f5a300;
--golden-beryl-yellow:#d6a800;
}