Color names in this palette
CSS code for this palette
/* CSS */
.fireflies {
color: #f7d7a6;
}
.hanami-pink {
color: #f4b3e1;
}
.saira-red {
color: #ff9eb3;
}
.water-flow {
color: #78c5d9;
}
.turnip-boy {
color: #f0c6a3;
}
/* CSS Variables */
:root {
--fireflies:#f7d7a6;
--hanami-pink:#f4b3e1;
--saira-red:#ff9eb3;
--water-flow:#78c5d9;
--turnip-boy:#f0c6a3;
}