Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.ashton-blue {
color: #4a7cba;
}
.goluboy-blue {
color: #8db8e2;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--ashton-blue:#4a7cba;
--goluboy-blue:#8db8e2;
--solar-plexus-chakra:#f0c74c;
--orangeade:#e04f38;
}