Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1f4c8e;
}
.mirage-lake {
color: #4c9090;
}
.cowhide {
color: #904c4c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--sweat-bee:#1f4c8e;
--mirage-lake:#4c9090;
--cowhide:#904c4c;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}