Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.sailor-s-bay {
color: #4a6d8c;
}
.lagoon-blue {
color: #7ea4b4;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--sailor-s-bay:#4a6d8c;
--lagoon-blue:#7ea4b4;
--maximum-yellow-red:#f0ba4c;
--painted-poppy:#c94b3b;
}