Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d30;
}
.amphystine {
color: #3e3e5b;
}
.strong-iris {
color: #606080;
}
.carriage-ride {
color: #8d8dbf;
}
.french-lilac-blue {
color: #b4b4e4;
}
/* CSS Variables */
:root {
--black-howl:#1d1d30;
--amphystine:#3e3e5b;
--strong-iris:#606080;
--carriage-ride:#8d8dbf;
--french-lilac-blue:#b4b4e4;
}