Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hidden-sea-glass {
color: #6ed4cf;
}
.thermal {
color: #3e4f51;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1d1;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hidden-sea-glass:#6ed4cf;
--thermal:#3e4f51;
}