Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.dragonfly {
color: #2f4c75;
}
.team-spirit {
color: #3e6a89;
}
.beau-monde {
color: #79af9c;
}
.spinnaker {
color: #a2e2da;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--dragonfly:#2f4c75;
--team-spirit:#3e6a89;
--beau-monde:#79af9c;
--spinnaker:#a2e2da;
}