Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.old-yella {
color: #ffec99;
}
.bitter-dandelion {
color: #6ccb3a;
}
.blue-chill {
color: #3f8d8d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--old-yella:#ffec99;
--bitter-dandelion:#6ccb3a;
--blue-chill:#3f8d8d;
}