Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.quench-blue {
color: #b6e1e7;
}
.rice-flower {
color: #f1f7d4;
}
.ballerina-tears {
color: #f3bab4;
}
.samoan-sun {
color: #f9b848;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--quench-blue:#b6e1e7;
--rice-flower:#f1f7d4;
--ballerina-tears:#f3bab4;
--samoan-sun:#f9b848;
}