Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.chat-orange {
color: #f79c40;
}
.usubeni-red {
color: #f7696b;
}
.radishical {
color: #ea4873;
}
.magenta-pink {
color: #d1338d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--chat-orange:#f79c40;
--usubeni-red:#f7696b;
--radishical:#ea4873;
--magenta-pink:#d1338d;
}