Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b76;
}
.lambent-lagoon {
color: #3a5c92;
}
.purple-hyacinth {
color: #6a8dbe;
}
.ocean-kiss {
color: #a4c6c4;
}
.maybe-maui {
color: #f7d48d;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b76;
--lambent-lagoon:#3a5c92;
--purple-hyacinth:#6a8dbe;
--ocean-kiss:#a4c6c4;
--maybe-maui:#f7d48d;
}