Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3b5d91;
}
.blue-square {
color: #4f899c;
}
.heavenly {
color: #80b1c2;
}
.light-ridge-light {
color: #c2d5e5;
}
.laundry-white {
color: #f6f9f1;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3b5d91;
--blue-square:#4f899c;
--heavenly:#80b1c2;
--light-ridge-light:#c2d5e5;
--laundry-white:#f6f9f1;
}