Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.soul-search {
color: #3b7091;
}
.flyway {
color: #60b4d2;
}
.photon-barrier {
color: #88e0f2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--soul-search:#3b7091;
--flyway:#60b4d2;
--photon-barrier:#88e0f2;
--creamy-sweet-corn:#f9c54e;
}