Color names in this palette
CSS code for this palette
/* CSS */
.valhalla {
color: #2a2c41;
}
.faded-sea {
color: #8e9aaf;
}
.poppy-power {
color: #ef253c;
}
.ang-lique-grey {
color: #d8dee9;
}
.golden-ginkgo {
color: #f8f52a;
}
/* CSS Variables */
:root {
--valhalla:#2a2c41;
--faded-sea:#8e9aaf;
--poppy-power:#ef253c;
--ang-lique-grey:#d8dee9;
--golden-ginkgo:#f8f52a;
}