Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e1b6e7;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.durotar-fire {
color: #f15a27;
}
.inspiration-peak {
color: #4d9d88;
}
.craft {
color: #2b3a4a;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e1b6e7;
--salted-caramel-popcorn:#f9b14e;
--durotar-fire:#f15a27;
--inspiration-peak:#4d9d88;
--craft:#2b3a4a;
}