Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.day-at-the-zoo {
color: #ffa070;
}
.egg-yolk {
color: #ffcc80;
}
.peach-of-mind {
color: #ffe0b3;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--day-at-the-zoo:#ffa070;
--egg-yolk:#ffcc80;
--peach-of-mind:#ffe0b3;
--hollandaise:#ffec3d;
}