Color names in this palette
CSS code for this palette
/* CSS */
.hemoglobin-red {
color: #c5161c;
}
.bauhaus {
color: #404040;
}
.ultimate-grey {
color: #a7a8aa;
}
.lynx-white {
color: #f7f7f7;
}
.tulip-petals {
color: #fbf5da;
}
/* CSS Variables */
:root {
--hemoglobin-red:#c5161c;
--bauhaus:#404040;
--ultimate-grey:#a7a8aa;
--lynx-white:#f7f7f7;
--tulip-petals:#fbf5da;
}