Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.syndicalist {
color: #f5c400;
}
.echo-iris {
color: #b6e1f6;
}
.blue-bay {
color: #5b9edc;
}
.athens {
color: #3b6eb5;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--syndicalist:#f5c400;
--echo-iris:#b6e1f6;
--blue-bay:#5b9edc;
--athens:#3b6eb5;
}