Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.golden-buddha-belly {
color: #ffcb1f;
}
.jade-stone-green {
color: #6fbe7f;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--golden-buddha-belly:#ffcb1f;
--jade-stone-green:#6fbe7f;
--azure-tide:#2a9d90;
}