Color names in this palette
CSS code for this palette
/* CSS */
.pink-sherbet {
color: #f584a2;
}
.matt-pink {
color: #ffb3c2;
}
.solar-storm {
color: #ffc16b;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-sherbet:#f584a2;
--matt-pink:#ffb3c2;
--solar-storm:#ffc16b;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
}