Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4c8eeb;
}
.maya-blue {
color: #76c3f9;
}
.ganon-blue {
color: #a5e1f8;
}
.royal-star {
color: #f9df4e;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--olympic-blue:#4c8eeb;
--maya-blue:#76c3f9;
--ganon-blue:#a5e1f8;
--royal-star:#f9df4e;
--grapefruit:#ff5c5c;
}