Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.welcoming-wasp {
color: #f0a800;
}
.sorbus {
color: #e06e38;
}
.rusty-chainmail {
color: #c84c4e;
}
.imperial {
color: #5e2b6e;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--welcoming-wasp:#f0a800;
--sorbus:#e06e38;
--rusty-chainmail:#c84c4e;
--imperial:#5e2b6e;
}