Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush {
color: #d85f9c;
}
.rozowy-pink {
color: #f6a7b7;
}
.fulgrim-pink {
color: #f2b1d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--sugar-rush:#d85f9c;
--rozowy-pink:#f6a7b7;
--fulgrim-pink:#f2b1d2;
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb3c1;
}