Color names in this palette
CSS code for this palette
/* CSS */
.tourmaline-mauve {
color: #bea2a7;
}
.oyster-pink {
color: #d3b5b1;
}
.empire-rose {
color: #e7c6c1;
}
.pink-dogwood {
color: #f9d3d2;
}
.jaguar-rose {
color: #f2b5b7;
}
/* CSS Variables */
:root {
--tourmaline-mauve:#bea2a7;
--oyster-pink:#d3b5b1;
--empire-rose:#e7c6c1;
--pink-dogwood:#f9d3d2;
--jaguar-rose:#f2b5b7;
}