Color names in this palette
CSS code for this palette
/* CSS */
.chakra {
color: #8a5d8e;
}
.autumn-wisteria {
color: #cba3d7;
}
.in-the-pink {
color: #f2c5d3;
}
.durango-dust {
color: #f9e19f;
}
.solar-storm {
color: #ffc16b;
}
/* CSS Variables */
:root {
--chakra:#8a5d8e;
--autumn-wisteria:#cba3d7;
--in-the-pink:#f2c5d3;
--durango-dust:#f9e19f;
--solar-storm:#ffc16b;
}