Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #191e29;
}
.egyptian-violet {
color: #3e4b6f;
}
.moonshade {
color: #5b6e9a;
}
.sea-cliff {
color: #a8c5e1;
}
.boysenberry-shadow {
color: #f1f4f9;
}
/* CSS Variables */
:root {
--coarse-wool:#191e29;
--egyptian-violet:#3e4b6f;
--moonshade:#5b6e9a;
--sea-cliff:#a8c5e1;
--boysenberry-shadow:#f1f4f9;
}