Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.boat-house {
color: #4a8fba;
}
.aero {
color: #79b7e6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--boat-house:#4a8fba;
--aero:#79b7e6;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}