Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.blue-tang {
color: #2c4b6d;
}
.inky-blue {
color: #4c708a;
}
.blue-bows {
color: #a5c4d4;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--blue-tang:#2c4b6d;
--inky-blue:#4c708a;
--blue-bows:#a5c4d4;
--sunshine-mellow:#f1c40e;
}