Color names in this palette
CSS code for this palette
/* CSS */
.skylla {
color: #1a7cc1;
}
.sail-away {
color: #4db1e0;
}
.middle-blue {
color: #7ed2e7;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.beniukon-bronze {
color: #f87d30;
}
/* CSS Variables */
:root {
--skylla:#1a7cc1;
--sail-away:#4db1e0;
--middle-blue:#7ed2e7;
--solar-plexus-chakra:#f0c74c;
--beniukon-bronze:#f87d30;
}