Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f6b1e1;
}
.noodles {
color: #f9e2b4;
}
.fairy-sparkles {
color: #b4e3f9;
}
.spring-slumber-green {
color: #b5f9b4;
}
.brain-pink {
color: #f6b1b1;
}
/* CSS Variables */
:root {
--hanami-pink:#f6b1e1;
--noodles:#f9e2b4;
--fairy-sparkles:#b4e3f9;
--spring-slumber-green:#b5f9b4;
--brain-pink:#f6b1b1;
}