Color names in this palette
CSS code for this palette
/* CSS */
.anti-flash-white {
color: #f0f5f5;
}
.y-sh-b-i-white {
color: #c1e1e1;
}
.veranda-blue {
color: #66b2b2;
}
.paradise-landscape {
color: #009494;
}
.teal {
color: #007f80;
}
/* CSS Variables */
:root {
--anti-flash-white:#f0f5f5;
--y-sh-b-i-white:#c1e1e1;
--veranda-blue:#66b2b2;
--paradise-landscape:#009494;
--teal:#007f80;
}