Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1c2c;
}
.carbon-blue {
color: #393b51;
}
.lead-cast {
color: #6b7c9e;
}
.angel-food-cake {
color: #daa44e;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--black-howl:#1f1c2c;
--carbon-blue:#393b51;
--lead-cast:#6b7c9e;
--angel-food-cake:#daa44e;
--poppy-red:#e63746;
}