Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.qing-yellow {
color: #ffcc66;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--qing-yellow:#ffcc66;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
}