Color names in this palette
CSS code for this palette
/* CSS */
.harbour-mist {
color: #dae1e2;
}
.geyser {
color: #c3d5d2;
}
.shadow-green {
color: #9ac1b9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.xanthous {
color: #f2b02c;
}
/* CSS Variables */
:root {
--harbour-mist:#dae1e2;
--geyser:#c3d5d2;
--shadow-green:#9ac1b9;
--grapefruit-pulp:#ff6e61;
--xanthous:#f2b02c;
}