Color names in this palette
CSS code for this palette
/* CSS */
.beauty-queen {
color: #c45a8d;
}
.rhodonite {
color: #f2b1c4;
}
.lion-cub {
color: #f9d0a4;
}
.mad-for-mango {
color: #f5a300;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--beauty-queen:#c45a8d;
--rhodonite:#f2b1c4;
--lion-cub:#f9d0a4;
--mad-for-mango:#f5a300;
--beef-hotpot:#a85f2e;
}