Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1f2a;
}
.blueberry-tart {
color: #3e3f51;
}
.silk-crepe-mauve {
color: #717194;
}
.california-poppy {
color: #a93d3d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--black-howl:#1d1f2a;
--blueberry-tart:#3e3f51;
--silk-crepe-mauve:#717194;
--california-poppy:#a93d3d;
--shocking-orange:#ff6d1f;
}