Color names in this palette
CSS code for this palette
/* CSS */
.allports {
color: #1f6b7a;
}
.corrosion-green {
color: #4ba089;
}
.mother-of-pearl-green {
color: #8cd49d;
}
.straw-hat {
color: #f1d5a7;
}
.poppy-glow {
color: #f28a4a;
}
/* CSS Variables */
:root {
--allports:#1f6b7a;
--corrosion-green:#4ba089;
--mother-of-pearl-green:#8cd49d;
--straw-hat:#f1d5a7;
--poppy-glow:#f28a4a;
}