Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.sunny-mood {
color: #f7c94b;
}
.echo-iris {
color: #b6e2f6;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--sunny-mood:#f7c94b;
--echo-iris:#b6e2f6;
--olympic-blue:#4b91e2;
}