Color names in this palette
CSS code for this palette
/* CSS */
.t-morokoshi-corn {
color: #f6a746;
}
.sunshade {
color: #f69b4c;
}
.shell-pink {
color: #f7807e;
}
.mexican-chile {
color: #d06d7a;
}
.vicious-violet {
color: #8a4f9c;
}
/* CSS Variables */
:root {
--t-morokoshi-corn:#f6a746;
--sunshade:#f69b4c;
--shell-pink:#f7807e;
--mexican-chile:#d06d7a;
--vicious-violet:#8a4f9c;
}