Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.goluboy-blue {
color: #8ab4e0;
}
.nevada-sky {
color: #a0d9e9;
}
.syndicalist {
color: #f5c400;
}
.vivid-red-tangelo {
color: #da5e25;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--goluboy-blue:#8ab4e0;
--nevada-sky:#a0d9e9;
--syndicalist:#f5c400;
--vivid-red-tangelo:#da5e25;
}