Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.tech-wave {
color: #4b7c9b;
}
.tranquil-bay {
color: #76b5e0;
}
.light-blue-glint {
color: #a8d3e1;
}
.sunshine-mellow {
color: #f4c210;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--tech-wave:#4b7c9b;
--tranquil-bay:#76b5e0;
--light-blue-glint:#a8d3e1;
--sunshine-mellow:#f4c210;
}