Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f9c7b9;
}
.riviera-rose {
color: #f9aea4;
}
.pink-fit {
color: #f8a5b4;
}
.fulgrim-pink {
color: #f6b1d1;
}
.samantha-s-room {
color: #f4d7e5;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f9c7b9;
--riviera-rose:#f9aea4;
--pink-fit:#f8a5b4;
--fulgrim-pink:#f6b1d1;
--samantha-s-room:#f4d7e5;
}