Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e5b8d1;
}
.be-my-valentine {
color: #f2a1c7;
}
.florida-sunrise {
color: #f2a96e;
}
.mom-s-pancake {
color: #f6c451;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--eau-de-rose:#e5b8d1;
--be-my-valentine:#f2a1c7;
--florida-sunrise:#f2a96e;
--mom-s-pancake:#f6c451;
--mad-for-mango:#f5a300;
}