Color names in this palette
CSS code for this palette
/* CSS */
.bloodthirsty-beige {
color: #f6d7d0;
}
.jaguar-rose {
color: #f1b1b8;
}
.thulian-pink {
color: #e26f9b;
}
.rose-bud {
color: #b95f9b;
}
.hollyhock {
color: #903c7e;
}
/* CSS Variables */
:root {
--bloodthirsty-beige:#f6d7d0;
--jaguar-rose:#f1b1b8;
--thulian-pink:#e26f9b;
--rose-bud:#b95f9b;
--hollyhock:#903c7e;
}