Color names in this palette
CSS code for this palette
/* CSS */
.cerulean {
color: #4ea3f4;
}
.limelight {
color: #f2e56e;
}
.flame-orange {
color: #f78c22;
}
.irish {
color: #3b8c5a;
}
.jokaero-orange {
color: #e75b04;
}
/* CSS Variables */
:root {
--cerulean:#4ea3f4;
--limelight:#f2e56e;
--flame-orange:#f78c22;
--irish:#3b8c5a;
--jokaero-orange:#e75b04;
}