Color names in this palette
CSS code for this palette
/* CSS */
.bastille {
color: #2e2a32;
}
.petunia-patty {
color: #4a3d4c;
}
.cembra-blossom {
color: #6f5b71;
}
.radiant-lilac {
color: #a68c9c;
}
.aroma {
color: #d2c1c6;
}
/* CSS Variables */
:root {
--bastille:#2e2a32;
--petunia-patty:#4a3d4c;
--cembra-blossom:#6f5b71;
--radiant-lilac:#a68c9c;
--aroma:#d2c1c6;
}