Color names in this palette
CSS code for this palette
/* CSS */
.bravo-blue {
color: #d3e8e9;
}
.smooth-satin {
color: #a4d4d5;
}
.venice-escape {
color: #74b2b4;
}
.aquatic-green {
color: #4c979a;
}
.nero-s-green {
color: #2d7f80;
}
/* CSS Variables */
:root {
--bravo-blue:#d3e8e9;
--smooth-satin:#a4d4d5;
--venice-escape:#74b2b4;
--aquatic-green:#4c979a;
--nero-s-green:#2d7f80;
}