Color names in this palette
CSS code for this palette
/* CSS */
.melting-glacier {
color: #e6f9f6;
}
.smooth-satin {
color: #a2d7d1;
}
.veranda-blue {
color: #64b4af;
}
.latigo-bay {
color: #3c9a99;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--melting-glacier:#e6f9f6;
--smooth-satin:#a2d7d1;
--veranda-blue:#64b4af;
--latigo-bay:#3c9a99;
--buzzards-bay:#007a7a;
}