Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.peach-butter {
color: #fbaf3c;
}
.gold-thread {
color: #fceab0;
}
.spring-kiss {
color: #e5f3b4;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--peach-butter:#fbaf3c;
--gold-thread:#fceab0;
--spring-kiss:#e5f3b4;
--ganon-blue:#a1dff7;
}