Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec42;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--soviet-gold:#ffd900;
--hollandaise:#ffec42;
}