Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e9b4d3;
}
.brilliant-beige {
color: #f2c3b5;
}
.friendly-yellow {
color: #f5e2b2;
}
.mermaid-tears {
color: #d7e6a3;
}
.tareyton {
color: #a2c8c1;
}
/* CSS Variables */
:root {
--gumball:#e9b4d3;
--brilliant-beige:#f2c3b5;
--friendly-yellow:#f5e2b2;
--mermaid-tears:#d7e6a3;
--tareyton:#a2c8c1;
}