Color names in this palette
CSS code for this palette
/* CSS */
.bravo-blue {
color: #d3e8e9;
}
.opal {
color: #b1dfe2;
}
.plunging-waterfall {
color: #8fd6db;
}
.baharroth-blue {
color: #59c7cf;
}
.lago-blue {
color: #1eb7c8;
}
/* CSS Variables */
:root {
--bravo-blue:#d3e8e9;
--opal:#b1dfe2;
--plunging-waterfall:#8fd6db;
--baharroth-blue:#59c7cf;
--lago-blue:#1eb7c8;
}