Color names in this palette
CSS code for this palette
/* CSS */
.seaplane-grey {
color: #3a3f41;
}
.roycroft-pewter {
color: #5d6465;
}
.norwegian-blue {
color: #798a8b;
}
.jungle-mist {
color: #b1c3c4;
}
.bravo-blue {
color: #d3e8e9;
}
/* CSS Variables */
:root {
--seaplane-grey:#3a3f41;
--roycroft-pewter:#5d6465;
--norwegian-blue:#798a8b;
--jungle-mist:#b1c3c4;
--bravo-blue:#d3e8e9;
}