Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f9b4ce;
}
.aggressive-salmon {
color: #ff7a99;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f9b4ce;
--aggressive-salmon:#ff7a99;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
}