Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.boat-house {
color: #4a8bba;
}
.bright-spark {
color: #78c1dd;
}
.arctic-paradise {
color: #b4e1f9;
}
.sunshine-mellow {
color: #f4c210;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--boat-house:#4a8bba;
--bright-spark:#78c1dd;
--arctic-paradise:#b4e1f9;
--sunshine-mellow:#f4c210;
}