Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9ec4e0;
}
.bleached-aqua {
color: #b9e4e0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--pale-cerulean:#9ec4e0;
--bleached-aqua:#b9e4e0;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}