Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.ghostly-purple {
color: #795b95;
}
.barley-corn {
color: #b6905d;
}
.sunday-afternoon {
color: #f5c67a;
}
.tiger-lily {
color: #e65a41;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--ghostly-purple:#795b95;
--barley-corn:#b6905d;
--sunday-afternoon:#f5c67a;
--tiger-lily:#e65a41;
}