Color names in this palette
CSS code for this palette
/* CSS */
.suntan {
color: #d9b3a1;
}
.cornmeal-beige {
color: #ebd4c6;
}
.pink-scallop {
color: #f2e1d4;
}
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--suntan:#d9b3a1;
--cornmeal-beige:#ebd4c6;
--pink-scallop:#f2e1d4;
--cotton-candy-aesthetic:#f5b7e6;
--grapefruit-pulp:#ff6e61;
}