Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a8e1d6;
}
.sweet-garden {
color: #5fd3b6;
}
.waterfall {
color: #3cb9a0;
}
.ocean-liner {
color: #1f988c;
}
.coelia-greenshade {
color: #0b7f7b;
}
/* CSS Variables */
:root {
--capri-water-blue:#a8e1d6;
--sweet-garden:#5fd3b6;
--waterfall:#3cb9a0;
--ocean-liner:#1f988c;
--coelia-greenshade:#0b7f7b;
}