Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.french-pass {
color: #a3d4e0;
}
.egg-toast {
color: #f4c610;
}
.shocking-orange {
color: #ff6d1f;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--french-pass:#a3d4e0;
--egg-toast:#f4c610;
--shocking-orange:#ff6d1f;
--sizzling-red:#ff3d5a;
}