Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f6b1b1;
}
.hawaiian-cream {
color: #f9e6b9;
}
.peach-of-mind {
color: #ffe3b3;
}
.shanghai-jade {
color: #a4dab9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--brain-pink:#f6b1b1;
--hawaiian-cream:#f9e6b9;
--peach-of-mind:#ffe3b3;
--shanghai-jade:#a4dab9;
--grapefruit-pulp:#ff6e61;
}