Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #50b9b9;
}
.everest {
color: #9ee0e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.medium-vermilion {
color: #d85d3b;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#50b9b9;
--everest:#9ee0e0;
--solar-plexus-chakra:#f1c84b;
--medium-vermilion:#d85d3b;
}