Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.peach-patch {
color: #f7d5a1;
}
.ganon-blue {
color: #a1e0f7;
}
.glenwood-green {
color: #a4d6b8;
}
.emperor-s-children {
color: #f7a1b5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--peach-patch:#f7d5a1;
--ganon-blue:#a1e0f7;
--glenwood-green:#a4d6b8;
--emperor-s-children:#f7a1b5;
}