Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.simple-pink {
color: #f7a1a8;
}
.egg-yolk {
color: #ffcc80;
}
.field-poppy {
color: #d66e3d;
}
.red-orange {
color: #ff3c2e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--simple-pink:#f7a1a8;
--egg-yolk:#ffcc80;
--field-poppy:#d66e3d;
--red-orange:#ff3c2e;
}