Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e202f;
}
.tropical-night-blue {
color: #2c2e4e;
}
.gem {
color: #4f5b8c;
}
.jay-wing-feathers {
color: #7891b5;
}
.chapel-blue {
color: #b0d3e8;
}
/* CSS Variables */
:root {
--black-howl:#1e202f;
--tropical-night-blue:#2c2e4e;
--gem:#4f5b8c;
--jay-wing-feathers:#7891b5;
--chapel-blue:#b0d3e8;
}