Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a6dff7;
}
.simple-pink {
color: #f6a2af;
}
.marigold-dust {
color: #f4cf3e;
}
.field-day {
color: #c3e9a5;
}
.peacock-feather {
color: #12929b;
}
/* CSS Variables */
:root {
--ganon-blue:#a6dff7;
--simple-pink:#f6a2af;
--marigold-dust:#f4cf3e;
--field-day:#c3e9a5;
--peacock-feather:#12929b;
}