Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e0d7;
}
.east-cape {
color: #b2f0e4;
}
.freshmint {
color: #d7f9e7;
}
.everlasting-ice {
color: #f4fbf9;
}
.frosty-mint {
color: #e2f8f2;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e0d7;
--east-cape:#b2f0e4;
--freshmint:#d7f9e7;
--everlasting-ice:#f4fbf9;
--frosty-mint:#e2f8f2;
}