Color names in this palette
CSS code for this palette
/* CSS */
.across-the-bay {
color: #b4e1e9;
}
.touch-of-turquoise {
color: #a1d3d1;
}
.deco-rate {
color: #8fc7c3;
}
.cockatoo {
color: #5ac4b5;
}
.waterfall {
color: #3dae9d;
}
/* CSS Variables */
:root {
--across-the-bay:#b4e1e9;
--touch-of-turquoise:#a1d3d1;
--deco-rate:#8fc7c3;
--cockatoo:#5ac4b5;
--waterfall:#3dae9d;
}