Color names in this palette
CSS code for this palette
/* CSS */
.cardinal-mauve {
color: #2d2a4b;
}
.zenith {
color: #497b9c;
}
.fresh-cut-grass {
color: #8dcf7d;
}
.first-day-of-summer {
color: #f3e79b;
}
.sizzling-sunset {
color: #e67f4c;
}
/* CSS Variables */
:root {
--cardinal-mauve:#2d2a4b;
--zenith:#497b9c;
--fresh-cut-grass:#8dcf7d;
--first-day-of-summer:#f3e79b;
--sizzling-sunset:#e67f4c;
}