Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3d6b;
}
.storm-blue {
color: #507a9b;
}
.pearl-blue {
color: #79b6c8;
}
.late-day-sun {
color: #f0e08e;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--lucidity:#1a3d6b;
--storm-blue:#507a9b;
--pearl-blue:#79b6c8;
--late-day-sun:#f0e08e;
--hot-coral:#f25a5a;
}