Color names in this palette
CSS code for this palette
/* CSS */
.t-morokoshi-corn {
color: #f6a746;
}
.red-arremer {
color: #e3564f;
}
.sensitive-scorpion {
color: #c81e6d;
}
.murasaki-purple {
color: #903b9b;
}
.nightly-silhouette {
color: #4e5a97;
}
/* CSS Variables */
:root {
--t-morokoshi-corn:#f6a746;
--red-arremer:#e3564f;
--sensitive-scorpion:#c81e6d;
--murasaki-purple:#903b9b;
--nightly-silhouette:#4e5a97;
}