Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1f7a7a;
}
.crystalsong-blue {
color: #50b9b9;
}
.permafrost {
color: #90f4f4;
}
.windswept {
color: #d2f4f4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--geneva-green:#1f7a7a;
--crystalsong-blue:#50b9b9;
--permafrost:#90f4f4;
--windswept:#d2f4f4;
--grapefruit-pulp:#ff6e61;
}