Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a8e1d4;
}
.mint-majesty {
color: #7dd8c2;
}
.tropical-tide {
color: #5dc6b1;
}
.waterfall {
color: #39ac9d;
}
.paolo-veronese-green {
color: #00997d;
}
/* CSS Variables */
:root {
--capri-water-blue:#a8e1d4;
--mint-majesty:#7dd8c2;
--tropical-tide:#5dc6b1;
--waterfall:#39ac9d;
--paolo-veronese-green:#00997d;
}