Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f6a2b7;
}
.tuft-bush {
color: #f9d2be;
}
.sandy-shore {
color: #f2e8ba;
}
.mint-parfait {
color: #b8e6b7;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--emperor-s-children:#f6a2b7;
--tuft-bush:#f9d2be;
--sandy-shore:#f2e8ba;
--mint-parfait:#b8e6b7;
--ganon-blue:#a1dff7;
}