Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.bumblebee {
color: #ffcd29;
}
.weeping-fig {
color: #5c8929;
}
.antilles-blue {
color: #3b5e8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--bumblebee:#ffcd29;
--weeping-fig:#5c8929;
--antilles-blue:#3b5e8c;
}