Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.magenta-memoir {
color: #b9509d;
}
.peruvian-lily {
color: #d47db7;
}
.changeling-pink {
color: #f5a8d1;
}
.lighthouse-glow {
color: #fcd569;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--magenta-memoir:#b9509d;
--peruvian-lily:#d47db7;
--changeling-pink:#f5a8d1;
--lighthouse-glow:#fcd569;
}