Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3c69;
}
.storm-blue {
color: #507f9b;
}
.tennis-blue {
color: #7cb8c5;
}
.cookie-crust {
color: #e3b059;
}
.fireglow {
color: #d55d3f;
}
/* CSS Variables */
:root {
--lucidity:#1b3c69;
--storm-blue:#507f9b;
--tennis-blue:#7cb8c5;
--cookie-crust:#e3b059;
--fireglow:#d55d3f;
}