Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.flavescent {
color: #f5e78e;
}
.vanilla {
color: #f3e4aa;
}
.juzcar-blue {
color: #a3d6f5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--flavescent:#f5e78e;
--vanilla:#f3e4aa;
--juzcar-blue:#a3d6f5;
--grapefruit-pulp:#ff6e61;
}