Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-red {
color: #6d2c4d;
}
.shine-baby-shine {
color: #a65e6c;
}
.iced-vovo {
color: #e2a1b4;
}
.love-spell {
color: #f6b6c4;
}
.peach-breeze {
color: #feeee7;
}
/* CSS Variables */
:root {
--bordeaux-red:#6d2c4d;
--shine-baby-shine:#a65e6c;
--iced-vovo:#e2a1b4;
--love-spell:#f6b6c4;
--peach-breeze:#feeee7;
}