Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.guava {
color: #ff9a2e;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.lemon-pie {
color: #f3ff6b;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--grapefruit-pulp:#ff6e61;
--guava:#ff9a2e;
--egg-yolk-sunrise:#ffd60a;
--lemon-pie:#f3ff6b;
}