Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-angels-yellow {
color: #fab700;
}
.orange-pi-ata {
color: #ff6a14;
}
.rackham-red {
color: #d93920;
}
.barney-purple {
color: #a300a0;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-angels-yellow:#fab700;
--orange-pi-ata:#ff6a14;
--rackham-red:#d93920;
--barney-purple:#a300a0;
}