Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d4;
}
.island-light {
color: #a6c6ed;
}
.popcorn {
color: #f8d37c;
}
.white-oak {
color: #d09c6c;
}
.pink-chalk {
color: #f4a4bf;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d4;
--island-light:#a6c6ed;
--popcorn:#f8d37c;
--white-oak:#d09c6c;
--pink-chalk:#f4a4bf;
}