Color names in this palette
CSS code for this palette
/* CSS */
.mellow-rose {
color: #d7a8a3;
}
.beauty-bush {
color: #e9bab4;
}
.silver-strawberry {
color: #f2c0c0;
}
.marshmallow-rose {
color: #f7e4e8;
}
.sentimental-pink {
color: #f9f0f3;
}
/* CSS Variables */
:root {
--mellow-rose:#d7a8a3;
--beauty-bush:#e9bab4;
--silver-strawberry:#f2c0c0;
--marshmallow-rose:#f7e4e8;
--sentimental-pink:#f9f0f3;
}