Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e6b7d3;
}
.chantilly {
color: #eab8c9;
}
.nutter-butter {
color: #f6d6c6;
}
.barley-white {
color: #f7e5b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--eau-de-rose:#e6b7d3;
--chantilly:#eab8c9;
--nutter-butter:#f6d6c6;
--barley-white:#f7e5b6;
--solar-plexus-chakra:#f1c84b;
}