Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3d69;
}
.team-spirit {
color: #3e6a89;
}
.walden-pond {
color: #7a9ab8;
}
.melt-ice {
color: #b4cae4;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--lucidity:#1b3d69;
--team-spirit:#3e6a89;
--walden-pond:#7a9ab8;
--melt-ice:#b4cae4;
--child-of-light:#f1f5f8;
}