Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.blue-regal {
color: #303045;
}
.intense-purple {
color: #4a4a6d;
}
.brainstem-grey {
color: #b5b5b5;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blue-regal:#303045;
--intense-purple:#4a4a6d;
--brainstem-grey:#b5b5b5;
--extraordinary-abundance-of-tinge:#e6e6e6;
}