Color names in this palette
CSS code for this palette
/* CSS */
.typewriter-ink {
color: #4c4f52;
}
.seastone {
color: #7d8b8c;
}
.marine-layer {
color: #a2b3b3;
}
.offshore-mist {
color: #cad8d8;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--typewriter-ink:#4c4f52;
--seastone:#7d8b8c;
--marine-layer:#a2b3b3;
--offshore-mist:#cad8d8;
--distant-horizon:#f1f8f8;
}