Color names in this palette
CSS code for this palette
/* CSS */
.marquee-white {
color: #f5e9d6;
}
.jaguar-rose {
color: #f0b2b6;
}
.paris-pink {
color: #d86e8c;
}
.medium-ruby {
color: #a43d6d;
}
.rhododendron {
color: #7c2d48;
}
/* CSS Variables */
:root {
--marquee-white:#f5e9d6;
--jaguar-rose:#f0b2b6;
--paris-pink:#d86e8c;
--medium-ruby:#a43d6d;
--rhododendron:#7c2d48;
}