Color names in this palette
CSS code for this palette
/* CSS */
.skinny-jeans {
color: #5c8dff;
}
.baby-blue {
color: #a3c8ff;
}
.bright-khaki {
color: #f0e78e;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--skinny-jeans:#5c8dff;
--baby-blue:#a3c8ff;
--bright-khaki:#f0e78e;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}