Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d75b8d;
}
.sweet-heart {
color: #e5a9b4;
}
.in-the-pink {
color: #f2c5d2;
}
.big-bus-yellow {
color: #ffda8a;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
/* CSS Variables */
:root {
--flirty-rose:#d75b8d;
--sweet-heart:#e5a9b4;
--in-the-pink:#f2c5d2;
--big-bus-yellow:#ffda8a;
--sharegaki-persimmon:#ff9f6b;
}