Color names in this palette
CSS code for this palette
/* CSS */
.aged-purple {
color: #a64e9f;
}
.colombo-red-mauve {
color: #b77bb5;
}
.lilac-haze {
color: #d8b6d4;
}
.tussie-mussie {
color: #efc3d7;
}
.lavender-candy {
color: #ffb3d6;
}
/* CSS Variables */
:root {
--aged-purple:#a64e9f;
--colombo-red-mauve:#b77bb5;
--lilac-haze:#d8b6d4;
--tussie-mussie:#efc3d7;
--lavender-candy:#ffb3d6;
}