Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.venetian-yellow {
color: #f7e4a1;
}
.pale-jade {
color: #79c3b7;
}
.twilight {
color: #4d4f8f;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--venetian-yellow:#f7e4a1;
--pale-jade:#79c3b7;
--twilight:#4d4f8f;
}