Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lemon-dream {
color: #f0a400;
}
.fluffy-duckling {
color: #f5df3d;
}
.andes-sky {
color: #76d6d6;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lemon-dream:#f0a400;
--fluffy-duckling:#f5df3d;
--andes-sky:#76d6d6;
--vitamin-c:#ff9900;
}