Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.sailor-s-bay {
color: #4a6d8c;
}
.bluebird-feather {
color: #6e9cb4;
}
.blue-click {
color: #a7d6e7;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--sailor-s-bay:#4a6d8c;
--bluebird-feather:#6e9cb4;
--blue-click:#a7d6e7;
--american-yellow:#f5b400;
}