Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.morning-glory {
color: #9fd0d0;
}
.steel-teal {
color: #5b8b89;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--morning-glory:#9fd0d0;
--steel-teal:#5b8b89;
}