Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.candid-blue {
color: #6cc5e5;
}
.terrace-pool {
color: #a3d8e0;
}
.diamond-white {
color: #e1f1f4;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--candid-blue:#6cc5e5;
--terrace-pool:#a3d8e0;
--diamond-white:#e1f1f4;
--white-solid:#f5f8fa;
}