Color names in this palette
CSS code for this palette
/* CSS */
.picton-blue {
color: #599bd4;
}
.thredbo {
color: #73c6d9;
}
.ganon-blue {
color: #a3e2f5;
}
.dilly-dally {
color: #f7d95e;
}
.flame-orange {
color: #f38a20;
}
/* CSS Variables */
:root {
--picton-blue:#599bd4;
--thredbo:#73c6d9;
--ganon-blue:#a3e2f5;
--dilly-dally:#f7d95e;
--flame-orange:#f38a20;
}