Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--azure-tide:#2a9d90;
--mallard:#274754;
--entan-red:#e76e50;
}