Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b1a6;
}
.sweet-angel {
color: #f2c7ba;
}
.mother-of-pearl {
color: #e8d5c4;
}
.nuance {
color: #e2e0d5;
}
.lauren-s-surprise {
color: #d5e6e7;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b1a6;
--sweet-angel:#f2c7ba;
--mother-of-pearl:#e8d5c4;
--nuance:#e2e0d5;
--lauren-s-surprise:#d5e6e7;
}