Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.golden-buddha-belly {
color: #ffcb1f;
}
.heisenberg-blue {
color: #70d7ff;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--golden-buddha-belly:#ffcb1f;
--heisenberg-blue:#70d7ff;
--clear-chill:#1f8fff;
}