Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d9;
}
.hanami-pink {
color: #f1a7e4;
}
.ganon-blue {
color: #a6e3f7;
}
.mint-jelly {
color: #4cd6a1;
}
.yellow-petal {
color: #f0e84c;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d9;
--hanami-pink:#f1a7e4;
--ganon-blue:#a6e3f7;
--mint-jelly:#4cd6a1;
--yellow-petal:#f0e84c;
}