Color names in this palette
CSS code for this palette
/* CSS */
.vivid-cerulean {
color: #00a4f0;
}
.syndicalist {
color: #fac400;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--vivid-cerulean:#00a4f0;
--syndicalist:#fac400;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--heliotrope-magenta:#a400b3;
}