Color names in this palette
CSS code for this palette
/* CSS */
.rose-garden {
color: #d9a1ca;
}
.fulgrim-pink {
color: #f2b1d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hot-sun {
color: #f7b32b;
}
.vis-vis {
color: #f9e595;
}
/* CSS Variables */
:root {
--rose-garden:#d9a1ca;
--fulgrim-pink:#f2b1d2;
--grapefruit-pulp:#ff6e61;
--hot-sun:#f7b32b;
--vis-vis:#f9e595;
}