Color names in this palette
CSS code for this palette
/* CSS */
.hollandaise {
color: #ffec42;
}
.floral-leaf {
color: #ffb84d;
}
.fire-orange {
color: #ff8f57;
}
.grapefruit-pulp {
color: #ff6e61;
}
.watermelon-candy {
color: #ff5c7a;
}
/* CSS Variables */
:root {
--hollandaise:#ffec42;
--floral-leaf:#ffb84d;
--fire-orange:#ff8f57;
--grapefruit-pulp:#ff6e61;
--watermelon-candy:#ff5c7a;
}