Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2f3e50;
}
.evening-symphony {
color: #50657c;
}
.meetinghouse-blue {
color: #749aaa;
}
.dante-peak {
color: #b2d4d7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--waterhen-back:#2f3e50;
--evening-symphony:#50657c;
--meetinghouse-blue:#749aaa;
--dante-peak:#b2d4d7;
--solar-plexus-chakra:#f1c84b;
}