Color names in this palette
CSS code for this palette
/* CSS */
.jaguar-rose {
color: #f2b1b5;
}
.love-at-first-sight {
color: #e6a3b0;
}
.young-at-heart {
color: #d69ea9;
}
.beetroot-rice {
color: #c88d9d;
}
.opera-mauve {
color: #b780a9;
}
/* CSS Variables */
:root {
--jaguar-rose:#f2b1b5;
--love-at-first-sight:#e6a3b0;
--young-at-heart:#d69ea9;
--beetroot-rice:#c88d9d;
--opera-mauve:#b780a9;
}