Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #f5d400;
}
.bright-khaki {
color: #f0e88e;
}
.lime-lizard {
color: #a3d55d;
}
.tropical-escape {
color: #4bb9b4;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--empire-yellow:#f5d400;
--bright-khaki:#f0e88e;
--lime-lizard:#a3d55d;
--tropical-escape:#4bb9b4;
}