Color names in this palette
CSS code for this palette
/* CSS */
.east-side {
color: #a98cba;
}
.enchanted-lavender {
color: #c3a4d6;
}
.sparkling-pink {
color: #f4cde7;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--east-side:#a98cba;
--enchanted-lavender:#c3a4d6;
--sparkling-pink:#f4cde7;
--maximum-yellow-red:#f2ba4a;
--fireglow:#d85f41;
}