Color names in this palette
CSS code for this palette
/* CSS */
.independence {
color: #4b4f6c;
}
.tempest {
color: #797e9a;
}
.winter-amethyst {
color: #b0a5c0;
}
.foggy-love {
color: #d3c5e7;
}
.eau-de-rose {
color: #e2b6d3;
}
/* CSS Variables */
:root {
--independence:#4b4f6c;
--tempest:#797e9a;
--winter-amethyst:#b0a5c0;
--foggy-love:#d3c5e7;
--eau-de-rose:#e2b6d3;
}