Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a76c9e;
}
.berry-popsicle {
color: #d4a5c8;
}
.rosa-vieja {
color: #f1e3df;
}
.energy-yellow {
color: #f6d851;
}
.camellia-rose {
color: #e34f6c;
}
/* CSS Variables */
:root {
--violet-femmes:#a76c9e;
--berry-popsicle:#d4a5c8;
--rosa-vieja:#f1e3df;
--energy-yellow:#f6d851;
--camellia-rose:#e34f6c;
}