Color names in this palette
CSS code for this palette
/* CSS */
.aquarelle-lilac {
color: #f1c7ff;
}
.ripe-lavander {
color: #a25bc8;
}
.sweet-flag {
color: #6a3d99;
}
.spanish-violet {
color: #492989;
}
.night-fog {
color: #2e1a60;
}
/* CSS Variables */
:root {
--aquarelle-lilac:#f1c7ff;
--ripe-lavander:#a25bc8;
--sweet-flag:#6a3d99;
--spanish-violet:#492989;
--night-fog:#2e1a60;
}