Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.blizzard-blue {
color: #a1e9f2;
}
.tahitian-breeze {
color: #b7f0e6;
}
.white-sulfur {
color: #f0f9e7;
}
.mystic-tulip {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--blizzard-blue:#a1e9f2;
--tahitian-breeze:#b7f0e6;
--white-sulfur:#f0f9e7;
--mystic-tulip:#f7b5a1;
}