Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.lemon-burst {
color: #fcd67e;
}
.lolly-ice {
color: #a6d8d4;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--lemon-burst:#fcd67e;
--lolly-ice:#a6d8d4;
--olympic-blue:#4b91e2;
}