Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c9e6;
}
.candlelight-peach {
color: #f8a2a0;
}
.rise-and-shine {
color: #ffea9e;
}
.squash-blossom {
color: #f6b83c;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--windsor-way:#a2c9e6;
--candlelight-peach:#f8a2a0;
--rise-and-shine:#ffea9e;
--squash-blossom:#f6b83c;
--orangeade:#e04f38;
}