Color names in this palette
CSS code for this palette
/* CSS */
.valhalla {
color: #2a2c41;
}
.faded-sea {
color: #8e9aaf;
}
.poppy-power {
color: #ef253c;
}
.streusel-cake {
color: #d9aa5e;
}
.yellow-avarice {
color: #f6f7d9;
}
/* CSS Variables */
:root {
--valhalla:#2a2c41;
--faded-sea:#8e9aaf;
--poppy-power:#ef253c;
--streusel-cake:#d9aa5e;
--yellow-avarice:#f6f7d9;
}