Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1b1f3b;
}
.sargasso-sea {
color: #3d4b66;
}
.quiet-harbour {
color: #59759b;
}
.watercolour-sky {
color: #b7d7e6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1b1f3b;
--sargasso-sea:#3d4b66;
--quiet-harbour:#59759b;
--watercolour-sky:#b7d7e6;
--grapefruit-pulp:#ff6e61;
}