Color names in this palette
CSS code for this palette
/* CSS */
.whitest-white {
color: #f6f9f6;
}
.diamond-white {
color: #e2f2f3;
}
.powder-blue {
color: #b0e1e8;
}
.squeaky {
color: #6bcadb;
}
.caribbean-cruise {
color: #3c9baa;
}
/* CSS Variables */
:root {
--whitest-white:#f6f9f6;
--diamond-white:#e2f2f3;
--powder-blue:#b0e1e8;
--squeaky:#6bcadb;
--caribbean-cruise:#3c9baa;
}