Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.vandermint {
color: #a7e2e6;
}
.folk-tale {
color: #b3e0c0;
}
.double-cream {
color: #f2daa1;
}
.squash-blossom {
color: #fbb23c;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--vandermint:#a7e2e6;
--folk-tale:#b3e0c0;
--double-cream:#f2daa1;
--squash-blossom:#fbb23c;
}