Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.salmon-eggs {
color: #f4d15d;
}
.aloe-cream {
color: #dae5b8;
}
.blue-dam {
color: #a5c6d5;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--salmon-eggs:#f4d15d;
--aloe-cream:#dae5b8;
--blue-dam:#a5c6d5;
--olympic-blue:#4b91e2;
}