Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.calypso {
color: #3c6f8b;
}
.explorer-blue {
color: #5da3b6;
}
.blizzard-blue {
color: #a3e1f0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--calypso:#3c6f8b;
--explorer-blue:#5da3b6;
--blizzard-blue:#a3e1f0;
--creamy-sweet-corn:#f9c54e;
}