Color names in this palette
CSS code for this palette
/* CSS */
.black-rock {
color: #2a2c3c;
}
.allegiance {
color: #5c6c8a;
}
.moon-veil {
color: #8d99b0;
}
.sea-drive {
color: #c1d3e1;
}
.fake-blonde {
color: #f0e4c1;
}
/* CSS Variables */
:root {
--black-rock:#2a2c3c;
--allegiance:#5c6c8a;
--moon-veil:#8d99b0;
--sea-drive:#c1d3e1;
--fake-blonde:#f0e4c1;
}