Color names in this palette
CSS code for this palette
/* CSS */
.viva-magenta {
color: #a34d8c;
}
.coney-island {
color: #6c7f7e;
}
.blue-stream {
color: #9acbda;
}
.syndicalist {
color: #f5c400;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--viva-magenta:#a34d8c;
--coney-island:#6c7f7e;
--blue-stream:#9acbda;
--syndicalist:#f5c400;
--n-rang-orange:#ff8052;
}