Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.emperor-jewel {
color: #6f5b8b;
}
.flowering-raspberry {
color: #a36c94;
}
.medium-terracotta {
color: #d69e8a;
}
.yellow-tulip {
color: #f5d270;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--emperor-jewel:#6f5b8b;
--flowering-raspberry:#a36c94;
--medium-terracotta:#d69e8a;
--yellow-tulip:#f5d270;
}