Color names in this palette
CSS code for this palette
/* CSS */
.fleur-de-lis {
color: #a88cca;
}
.amethyst {
color: #9d6ec9;
}
.herb-robert {
color: #e0a5e3;
}
.manga-pink {
color: #f4b4de;
}
.aspen-yellow {
color: #f7e0a1;
}
/* CSS Variables */
:root {
--fleur-de-lis:#a88cca;
--amethyst:#9d6ec9;
--herb-robert:#e0a5e3;
--manga-pink:#f4b4de;
--aspen-yellow:#f7e0a1;
}