Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.sunny-mood {
color: #f7c94b;
}
.fun-yellow {
color: #f9e795;
}
.nature-apricot {
color: #ffb7a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--sunny-mood:#f7c94b;
--fun-yellow:#f9e795;
--nature-apricot:#ffb7a3;
--grapefruit-pulp:#ff6e61;
}