Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.eyelash-viper {
color: #f5c54d;
}
.french-vanilla {
color: #f1e1a7;
}
.lolly-ice {
color: #a6d8d0;
}
.steel-teal {
color: #5b8b8b;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--eyelash-viper:#f5c54d;
--french-vanilla:#f1e1a7;
--lolly-ice:#a6d8d0;
--steel-teal:#5b8b8b;
}