Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d3e0;
}
.satin-green {
color: #c2e1b7;
}
.convivial-yellow {
color: #e8d5b0;
}
.coffee-clay {
color: #b79b7b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--french-pass:#a3d3e0;
--satin-green:#c2e1b7;
--convivial-yellow:#e8d5b0;
--coffee-clay:#b79b7b;
--grapefruit-pulp:#ff6e61;
}