Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.turquoise-sea {
color: #6ed6ed;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--turquoise-sea:#6ed6ed;
}