Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d2f;
}
.amphystine {
color: #3e405b;
}
.strong-iris {
color: #5c5e7a;
}
.antiquate {
color: #8b87a1;
}
.thatched-cottage {
color: #d6c8a8;
}
/* CSS Variables */
:root {
--black-howl:#1d1d2f;
--amphystine:#3e405b;
--strong-iris:#5c5e7a;
--antiquate:#8b87a1;
--thatched-cottage:#d6c8a8;
}