Color names in this palette
CSS code for this palette
/* CSS */
.royal-lilac {
color: #7d509b;
}
.purple-premiere {
color: #b8a3d1;
}
.lavender-savor {
color: #f1e0ff;
}
.orange-blast {
color: #f5c799;
}
.orange-ochre {
color: #d97c30;
}
/* CSS Variables */
:root {
--royal-lilac:#7d509b;
--purple-premiere:#b8a3d1;
--lavender-savor:#f1e0ff;
--orange-blast:#f5c799;
--orange-ochre:#d97c30;
}