Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.mandarin-sorbet {
color: #ffad42;
}
.neon-light {
color: #ffe15c;
}
.dithered-sky {
color: #b8e0ff;
}
.tufts-blue {
color: #407fbf;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--mandarin-sorbet:#ffad42;
--neon-light:#ffe15c;
--dithered-sky:#b8e0ff;
--tufts-blue:#407fbf;
}