Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.alexandria {
color: #ff8d70;
}
.floral-leaf {
color: #ffb84d;
}
.apricot-light {
color: #ffcd94;
}
.liveliness {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--alexandria:#ff8d70;
--floral-leaf:#ffb84d;
--apricot-light:#ffcd94;
--liveliness:#ffdeb8;
}