Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3c5b90;
}
.diva-violet {
color: #4f7cbf;
}
.bluebrite {
color: #6bbfdb;
}
.azure-sky {
color: #b2e3f5;
}
.blended-fruit {
color: #f8e2a5;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3c5b90;
--diva-violet:#4f7cbf;
--bluebrite:#6bbfdb;
--azure-sky:#b2e3f5;
--blended-fruit:#f8e2a5;
}