Color names in this palette
CSS code for this palette
/* CSS */
.zinfandel {
color: #5c1f3d;
}
.boysenberry-pink {
color: #9f3c5f;
}
.little-bow-pink {
color: #d17b9d;
}
.jaguar-rose {
color: #f1b1b8;
}
.limoge-pink {
color: #f5e0db;
}
/* CSS Variables */
:root {
--zinfandel:#5c1f3d;
--boysenberry-pink:#9f3c5f;
--little-bow-pink:#d17b9d;
--jaguar-rose:#f1b1b8;
--limoge-pink:#f5e0db;
}