Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f7b1e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lime-lizard {
color: #9fd55d;
}
.roseberry {
color: #f7a5a1;
}
.jasmine-flower {
color: #f5e8e0;
}
/* CSS Variables */
:root {
--hanami-pink:#f7b1e1;
--solar-plexus-chakra:#f1c84b;
--lime-lizard:#9fd55d;
--roseberry:#f7a5a1;
--jasmine-flower:#f5e8e0;
}