Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2d0;
}
.sun-dust {
color: #f5e2a3;
}
.everest {
color: #9fe0e0;
}
.light-shimmer {
color: #a7d3f1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2d0;
--sun-dust:#f5e2a3;
--everest:#9fe0e0;
--light-shimmer:#a7d3f1;
--grapefruit-pulp:#ff6e61;
}