Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.blue-click {
color: #a9d9ea;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.barely-bloomed {
color: #d8a6e2;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--blue-click:#a9d9ea;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--barely-bloomed:#d8a6e2;
}