Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-silk {
color: #c7dfc3;
}
.antique-cameo {
color: #f3b7a0;
}
.maybe-maui {
color: #f6d58e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--shanghai-silk:#c7dfc3;
--antique-cameo:#f3b7a0;
--maybe-maui:#f6d58e;
--grapefruit-pulp:#ff6e61;
--khmer-curry:#f05656;
}