Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sail-away {
color: #51b4e1;
}
.turquoise-sea {
color: #6dd4e8;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sail-away:#51b4e1;
--turquoise-sea:#6dd4e8;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}