Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.sinkhole {
color: #4b6f72;
}
.smooth-satin {
color: #a2d8d1;
}
.rustique {
color: #f4c2b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sinkhole:#4b6f72;
--smooth-satin:#a2d8d1;
--rustique:#f4c2b3;
--grapefruit-pulp:#ff6e61;
}