Color names in this palette
CSS code for this palette
/* CSS */
.moonshade {
color: #5b6f9a;
}
.template {
color: #a8c8e1;
}
.golden-straw {
color: #f3ebaf;
}
.copper-river {
color: #f6a26a;
}
.happy-hearts {
color: #d35f61;
}
/* CSS Variables */
:root {
--moonshade:#5b6f9a;
--template:#a8c8e1;
--golden-straw:#f3ebaf;
--copper-river:#f6a26a;
--happy-hearts:#d35f61;
}