Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.big-bus-yellow {
color: #ffda8a;
}
.optimistic-yellow {
color: #f4e1a4;
}
.sea-glass-teal {
color: #a2e6da;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--big-bus-yellow:#ffda8a;
--optimistic-yellow:#f4e1a4;
--sea-glass-teal:#a2e6da;
--grapefruit-pulp:#ff6e61;
}