Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.water-flow {
color: #7cc7d5;
}
.laurel-wreath {
color: #4cae85;
}
.first-date {
color: #f1b4a2;
}
.gold-sand {
color: #f7e7a6;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--water-flow:#7cc7d5;
--laurel-wreath:#4cae85;
--first-date:#f1b4a2;
--gold-sand:#f7e7a6;
}