Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f5a3b8;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.brite-gold {
color: #ffdd8f;
}
.glaucous-green {
color: #b4e4c5;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--pink-chalk:#f5a3b8;
--wildflower-bouquet:#ffb3b3;
--brite-gold:#ffdd8f;
--glaucous-green:#b4e4c5;
--ganon-blue:#a1dff7;
}