Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.mandarin-red {
color: #e44b3a;
}
.xanthous {
color: #f2b231;
}
.eerie-glow {
color: #a6d8b9;
}
.windsurfing {
color: #3b6e9b;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--mandarin-red:#e44b3a;
--xanthous:#f2b231;
--eerie-glow:#a6d8b9;
--windsurfing:#3b6e9b;
}