Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.biscuit-cream {
color: #f9ccb9;
}
.matt-pink {
color: #ffb3c1;
}
.hanami-pink {
color: #f5a8e2;
}
.bright-ube {
color: #d6a1e8;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--biscuit-cream:#f9ccb9;
--matt-pink:#ffb3c1;
--hanami-pink:#f5a8e2;
--bright-ube:#d6a1e8;
}