Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.bone-white {
color: #f1e1b1;
}
.walnut-cream {
color: #f6d8b1;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.bathe-blue {
color: #c2dfe5;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--bone-white:#f1e1b1;
--walnut-cream:#f6d8b1;
--la-vie-en-rose:#d4a5a5;
--bathe-blue:#c2dfe5;
}