Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d202f;
}
.independence {
color: #4b4e6c;
}
.purple-rose {
color: #a9a1c9;
}
.breeze-of-chilli {
color: #f36d6d;
}
.pale-marigold {
color: #ffbd42;
}
/* CSS Variables */
:root {
--black-howl:#1d202f;
--independence:#4b4e6c;
--purple-rose:#a9a1c9;
--breeze-of-chilli:#f36d6d;
--pale-marigold:#ffbd42;
}