Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d30;
}
.amphystine {
color: #3e3e5b;
}
.purple-balloon {
color: #5e5e87;
}
.dynamo {
color: #9c4066;
}
.cranberry-splash {
color: #d95463;
}
/* CSS Variables */
:root {
--black-howl:#1d1d30;
--amphystine:#3e3e5b;
--purple-balloon:#5e5e87;
--dynamo:#9c4066;
--cranberry-splash:#d95463;
}