Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3b6c91;
}
.shinbashi {
color: #59b8c5;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.mandarin-red {
color: #e14d3d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3b6c91;
--shinbashi:#59b8c5;
--solar-plexus-chakra:#f0c74c;
--mandarin-red:#e14d3d;
}