Color names in this palette
CSS code for this palette
/* CSS */
.i-love-you-pink {
color: #d87d8e;
}
.sekichiku-pink {
color: #e4afc0;
}
.alyssum {
color: #f1d5d8;
}
.marshmallow-rose {
color: #f6e4e6;
}
.sherbet-fruit {
color: #f8c9b9;
}
/* CSS Variables */
:root {
--i-love-you-pink:#d87d8e;
--sekichiku-pink:#e4afc0;
--alyssum:#f1d5d8;
--marshmallow-rose:#f6e4e6;
--sherbet-fruit:#f8c9b9;
}