Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1e3b8a;
}
.flickering-sea {
color: #4d6ef5;
}
.clover-mist {
color: #6fbe8b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--navy-seal:#1e3b8a;
--flickering-sea:#4d6ef5;
--clover-mist:#6fbe8b;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}