Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.rose-mallow {
color: #f4a4c8;
}
.orange-grove {
color: #fbb08e;
}
.sandy-brown {
color: #f1a65f;
}
.chat-orange {
color: #f99c3e;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--rose-mallow:#f4a4c8;
--orange-grove:#fbb08e;
--sandy-brown:#f1a65f;
--chat-orange:#f99c3e;
}