Color names in this palette
CSS code for this palette
/* CSS */
.wavelet {
color: #7cc6d0;
}
.menthol-kiss {
color: #a1e3d5;
}
.spilt-milk {
color: #f3f9d2;
}
.larch-bolete {
color: #ffac75;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--wavelet:#7cc6d0;
--menthol-kiss:#a1e3d5;
--spilt-milk:#f3f9d2;
--larch-bolete:#ffac75;
--grapefruit-pulp:#ff6e61;
}