Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.nacho {
color: #ffcb5c;
}
.turquoise-sea {
color: #6ad2e7;
}
.purple-hepatica {
color: #d4a8ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--nacho:#ffcb5c;
--turquoise-sea:#6ad2e7;
--purple-hepatica:#d4a8ff;
}