Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1c2c;
}
.house-stark-grey {
color: #4d4b5d;
}
.silver-surfer {
color: #7d7b8a;
}
.ariel-s-delight {
color: #b0a6d3;
}
.minute-mauve {
color: #efe4f6;
}
/* CSS Variables */
:root {
--black-howl:#1f1c2c;
--house-stark-grey:#4d4b5d;
--silver-surfer:#7d7b8a;
--ariel-s-delight:#b0a6d3;
--minute-mauve:#efe4f6;
}