Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-red {
color: #6d2c4b;
}
.sensuous {
color: #b65d68;
}
.antoinette-pink {
color: #e7c4b6;
}
.first-date {
color: #f5b4a3;
}
.breeze-of-chilli {
color: #f86d6d;
}
/* CSS Variables */
:root {
--bordeaux-red:#6d2c4b;
--sensuous:#b65d68;
--antoinette-pink:#e7c4b6;
--first-date:#f5b4a3;
--breeze-of-chilli:#f86d6d;
}