Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peach-fizz {
color: #ffa985;
}
.bastard-amber {
color: #ffce8a;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--peach-fizz:#ffa985;
--bastard-amber:#ffce8a;
--soviet-gold:#ffd900;
}