Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.golden-buddha-belly {
color: #ffcb1f;
}
.aquamarine-blue {
color: #6dd9e3;
}
.scooter {
color: #2e8b9e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--golden-buddha-belly:#ffcb1f;
--aquamarine-blue:#6dd9e3;
--scooter:#2e8b9e;
}