Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3c5b90;
}
.cyan-azure {
color: #507fb4;
}
.lucea {
color: #7bb1e0;
}
.blizzard-blue {
color: #a0e3f3;
}
.frostproof {
color: #cff1f7;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3c5b90;
--cyan-azure:#507fb4;
--lucea:#7bb1e0;
--blizzard-blue:#a0e3f3;
--frostproof:#cff1f7;
}