Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.hawkbit {
color: #ffdc6b;
}
.sea-glass-teal {
color: #a2e6da;
}
.big-chill {
color: #7dc8e3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--hawkbit:#ffdc6b;
--sea-glass-teal:#a2e6da;
--big-chill:#7dc8e3;
--grapefruit-pulp:#ff6e61;
}