Color names in this palette
CSS code for this palette
/* CSS */
.z-rich-blue {
color: #1f8ad6;
}
.sail-away {
color: #50b1e2;
}
.photon-barrier {
color: #8ce1f2;
}
.marigold-dust {
color: #f5ca3d;
}
.chinese-orange {
color: #f36c3f;
}
/* CSS Variables */
:root {
--z-rich-blue:#1f8ad6;
--sail-away:#50b1e2;
--photon-barrier:#8ce1f2;
--marigold-dust:#f5ca3d;
--chinese-orange:#f36c3f;
}