Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.vibrant {
color: #ffd54d;
}
.lolly-ice {
color: #a6d8d0;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--vibrant:#ffd54d;
--lolly-ice:#a6d8d0;
--olympic-blue:#4b91e2;
}