Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1e6d8a;
}
.aztec-sky {
color: #4fb2d8;
}
.cool-crayon {
color: #ade5e6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--saxony-blue:#1e6d8a;
--aztec-sky:#4fb2d8;
--cool-crayon:#ade5e6;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}