Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f4a4e0;
}
.sugar-high {
color: #f1c6e8;
}
.soft-lavender {
color: #f8e2f6;
}
.bubbelgum-heart {
color: #ffb8e0;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--hanami-pink:#f4a4e0;
--sugar-high:#f1c6e8;
--soft-lavender:#f8e2f6;
--bubbelgum-heart:#ffb8e0;
--blush-hour:#ff7092;
}