Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.sweet-perfume {
color: #d69ebb;
}
.rock-star-pink {
color: #c78fb5;
}
.flowering-raspberry {
color: #a66e90;
}
.goddess-of-dawn {
color: #8c4f70;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--sweet-perfume:#d69ebb;
--rock-star-pink:#c78fb5;
--flowering-raspberry:#a66e90;
--goddess-of-dawn:#8c4f70;
}