Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #ffe48a;
}
.lolly-ice {
color: #a6d8d4;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--bicycle-yellow:#ffe48a;
--lolly-ice:#a6d8d4;
--olympic-blue:#4b91e2;
}