Color names in this palette
CSS code for this palette
/* CSS */
.purpureus {
color: #9a4fab;
}
.fleur-de-lis {
color: #af8ac7;
}
.whisper-of-plum {
color: #d0aee0;
}
.light-lavender {
color: #efc0f7;
}
.corinthian-pink {
color: #f7a6d9;
}
/* CSS Variables */
:root {
--purpureus:#9a4fab;
--fleur-de-lis:#af8ac7;
--whisper-of-plum:#d0aee0;
--light-lavender:#efc0f7;
--corinthian-pink:#f7a6d9;
}