Color names in this palette
CSS code for this palette
/* CSS */
.blue-tint {
color: #a1d6d9;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mint-ice-green {
color: #c8caa0;
}
.fondue-fudge {
color: #6c4c41;
}
/* CSS Variables */
:root {
--blue-tint:#a1d6d9;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--mint-ice-green:#c8caa0;
--fondue-fudge:#6c4c41;
}