Color names in this palette
CSS code for this palette
/* CSS */
.ice-cube {
color: #b0e3d7;
}
.green-daze {
color: #8ed2c8;
}
.tropic-tide {
color: #67c1b9;
}
.pluto {
color: #3cadaf;
}
.regula-barbara-blue {
color: #009996;
}
/* CSS Variables */
:root {
--ice-cube:#b0e3d7;
--green-daze:#8ed2c8;
--tropic-tide:#67c1b9;
--pluto:#3cadaf;
--regula-barbara-blue:#009996;
}