Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #50b4b4;
}
.cold-blue {
color: #85e0e0;
}
.shrimp-cocktail {
color: #f4a462;
}
.ake-blood {
color: #d43a25;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#50b4b4;
--cold-blue:#85e0e0;
--shrimp-cocktail:#f4a462;
--ake-blood:#d43a25;
}