Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.hollandaise {
color: #ffec3d;
}
.heisenberg-blue {
color: #6fd0f6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--hollandaise:#ffec3d;
--heisenberg-blue:#6fd0f6;
--grapefruit-pulp:#ff6e61;
}