Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e1f29;
}
.indian-ink {
color: #3c3d49;
}
.weathered-pebble {
color: #7b8e93;
}
.green-wave {
color: #c4d9d4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--noble-black:#1e1f29;
--indian-ink:#3c3d49;
--weathered-pebble:#7b8e93;
--green-wave:#c4d9d4;
--grapefruit-pulp:#ff6e61;
}