Color names in this palette
CSS code for this palette
/* CSS */
.blue-shoal {
color: #698c91;
}
.light-sky-chase {
color: #b9d6da;
}
.chef-s-hat {
color: #f2f6f7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blue-shoal:#698c91;
--light-sky-chase:#b9d6da;
--chef-s-hat:#f2f6f7;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}