Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.super-sepia {
color: #ffab85;
}
.qing-yellow {
color: #ffcc66;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--super-sepia:#ffab85;
--qing-yellow:#ffcc66;
--soviet-gold:#ffd900;
}