Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3b5b91;
}
.gunj-blue {
color: #5c8db2;
}
.dreaming-blue {
color: #8cc4d9;
}
.berry-popsicle {
color: #d7a2d0;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3b5b91;
--gunj-blue:#5c8db2;
--dreaming-blue:#8cc4d9;
--berry-popsicle:#d7a2d0;
--n-rang-orange:#ff8052;
}