Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.just-a-fairytale {
color: #6f5b95;
}
.purple-mountains-majesty {
color: #9a7fbd;
}
.maximum-yellow-red {
color: #f2b54a;
}
.iceland-poppy {
color: #f27e2c;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--just-a-fairytale:#6f5b95;
--purple-mountains-majesty:#9a7fbd;
--maximum-yellow-red:#f2b54a;
--iceland-poppy:#f27e2c;
}