Color names in this palette
CSS code for this palette
/* CSS */
.syrian-violet {
color: #e2c8ea;
}
.french-pass {
color: #a4d2df;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.n-rang-orange {
color: #ff8052;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--syrian-violet:#e2c8ea;
--french-pass:#a4d2df;
--solar-plexus-chakra:#f1c84b;
--n-rang-orange:#ff8052;
--meat:#f47b7b;
}