Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9ec4e0;
}
.aquatint {
color: #b8e5e0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.s-l-i-orange {
color: #f98348;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--pale-cerulean:#9ec4e0;
--aquatint:#b8e5e0;
--creamy-sweet-corn:#f9c54e;
--s-l-i-orange:#f98348;
--tomato-frog:#f94346;
}