Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-red {
color: #6d2c4b;
}
.floriography {
color: #a63f4b;
}
.bricks-of-hope {
color: #d75b5b;
}
.maximum-yellow-red {
color: #f1b74b;
}
.lazy-daisy {
color: #f7e7a1;
}
/* CSS Variables */
:root {
--bordeaux-red:#6d2c4b;
--floriography:#a63f4b;
--bricks-of-hope:#d75b5b;
--maximum-yellow-red:#f1b74b;
--lazy-daisy:#f7e7a1;
}