Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e5b8d1;
}
.pearly-purple {
color: #b86b9a;
}
.mad-for-mango {
color: #f5a300;
}
.fern-flash {
color: #6ca94c;
}
.pale-petunia {
color: #f8bfc6;
}
/* CSS Variables */
:root {
--eau-de-rose:#e5b8d1;
--pearly-purple:#b86b9a;
--mad-for-mango:#f5a300;
--fern-flash:#6ca94c;
--pale-petunia:#f8bfc6;
}