Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.angel-s-trumpet {
color: #f2e03a;
}
.cool-aloe {
color: #a8d8a2;
}
.blue-iguana {
color: #4f9ecf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--angel-s-trumpet:#f2e03a;
--cool-aloe:#a8d8a2;
--blue-iguana:#4f9ecf;
}