Color names in this palette
CSS code for this palette
/* CSS */
.mountain-mint {
color: #a8e1c1;
}
.sour {
color: #e7f4b8;
}
.hawaiian-cream {
color: #f9e6b9;
}
.candy-heart-pink {
color: #f7a1a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mountain-mint:#a8e1c1;
--sour:#e7f4b8;
--hawaiian-cream:#f9e6b9;
--candy-heart-pink:#f7a1a1;
--grapefruit-pulp:#ff6e61;
}