Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.mega-blue {
color: #3a6ea6;
}
.aero {
color: #7cb9e4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--mega-blue:#3a6ea6;
--aero:#7cb9e4;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}