Color names in this palette
CSS code for this palette
/* CSS */
.z-rich-blue {
color: #1f8ad6;
}
.sail-away {
color: #51b4e1;
}
.july {
color: #85d3e5;
}
.orb-of-harmony {
color: #f4df3e;
}
.rich-gardenia {
color: #f87c4f;
}
/* CSS Variables */
:root {
--z-rich-blue:#1f8ad6;
--sail-away:#51b4e1;
--july:#85d3e5;
--orb-of-harmony:#f4df3e;
--rich-gardenia:#f87c4f;
}