Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coquelicot {
color: #ff3c00;
}
.dreamy-sunset {
color: #ffad61;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--coquelicot:#ff3c00;
--dreamy-sunset:#ffad61;
--soviet-gold:#ffd900;
}