Color names in this palette
CSS code for this palette
/* CSS */
.juzcar-blue {
color: #a0d7f3;
}
.peaceful-river {
color: #4a9cd3;
}
.blues {
color: #2b6d9c;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.orangeville {
color: #e66d5b;
}
/* CSS Variables */
:root {
--juzcar-blue:#a0d7f3;
--peaceful-river:#4a9cd3;
--blues:#2b6d9c;
--solar-plexus-chakra:#f0c74c;
--orangeville:#e66d5b;
}