Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.dragon-ball {
color: #ff9a1f;
}
.evening-star {
color: #ffd061;
}
.sun-drenched {
color: #ffeaa3;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--dragon-ball:#ff9a1f;
--evening-star:#ffd061;
--sun-drenched:#ffeaa3;
--matt-pink:#ffb3c1;
}