Color names in this palette
CSS code for this palette
/* CSS */
.bloody-mary {
color: #bc0606;
}
.refined-mint {
color: #eff9ec;
}
.midwinter-mist {
color: #a4d8da;
}
.cry-me-a-river {
color: #437898;
}
.ending-navy-blue {
color: #1d3659;
}
/* CSS Variables */
:root {
--bloody-mary:#bc0606;
--refined-mint:#eff9ec;
--midwinter-mist:#a4d8da;
--cry-me-a-river:#437898;
--ending-navy-blue:#1d3659;
}