Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.yellow-jacket {
color: #ffcb3d;
}
.viric-green {
color: #99cc00;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--yellow-jacket:#ffcb3d;
--viric-green:#99cc00;
--ti-n-l-n-sky:#66b2ff;
}