Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-red {
color: #6d2c4b;
}
.beauty-queen {
color: #c45a8d;
}
.emperor-s-children {
color: #f2a1b6;
}
.still-morning {
color: #fef7e1;
}
.sunset-gold {
color: #f5c161;
}
/* CSS Variables */
:root {
--bordeaux-red:#6d2c4b;
--beauty-queen:#c45a8d;
--emperor-s-children:#f2a1b6;
--still-morning:#fef7e1;
--sunset-gold:#f5c161;
}