Color names in this palette
CSS code for this palette
/* CSS */
.jade-jewel {
color: #1e7e80;
}
.crystalsong-blue {
color: #4ab5b0;
}
.lolly-ice {
color: #a6d9d4;
}
.mesa-rose {
color: #f1b6b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--jade-jewel:#1e7e80;
--crystalsong-blue:#4ab5b0;
--lolly-ice:#a6d9d4;
--mesa-rose:#f1b6b1;
--grapefruit-pulp:#ff6e61;
}