Color names in this palette
CSS code for this palette
/* CSS */
.poseidon {
color: #1a3c5b;
}
.rainy-lake {
color: #3f6b8d;
}
.heavenly {
color: #7eb2c8;
}
.powder-blue {
color: #b1e0e7;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--poseidon:#1a3c5b;
--rainy-lake:#3f6b8d;
--heavenly:#7eb2c8;
--powder-blue:#b1e0e7;
--child-of-light:#f1f5f8;
}