Color names in this palette
CSS code for this palette
/* CSS */
.jasmine-flower {
color: #f4e8e1;
}
.kunzite {
color: #e1b7c8;
}
.tiara-pink {
color: #d7a7d0;
}
.etherium-blue {
color: #b8c3e0;
}
.aqua-island {
color: #a2d7d8;
}
/* CSS Variables */
:root {
--jasmine-flower:#f4e8e1;
--kunzite:#e1b7c8;
--tiara-pink:#d7a7d0;
--etherium-blue:#b8c3e0;
--aqua-island:#a2d7d8;
}