Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.mom-s-pancake {
color: #f6c451;
}
.aspen-yellow {
color: #f8e0a0;
}
.disembark {
color: #59b3d4;
}
.olympian-blue {
color: #1d4f8b;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--mom-s-pancake:#f6c451;
--aspen-yellow:#f8e0a0;
--disembark:#59b3d4;
--olympian-blue:#1d4f8b;
}