Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-angels-yellow {
color: #fab700;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.durotar-fire {
color: #f15a27;
}
.bleeding-heart {
color: #b82e4c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-angels-yellow:#fab700;
--enjoyable-yellow:#f6d6a7;
--durotar-fire:#f15a27;
--bleeding-heart:#b82e4c;
}