Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.yellowish {
color: #fbea6a;
}
.ganon-blue {
color: #a1dff7;
}
.summer-lake {
color: #0076a8;
}
.punch {
color: #d54030;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--yellowish:#fbea6a;
--ganon-blue:#a1dff7;
--summer-lake:#0076a8;
--punch:#d54030;
}