Color names in this palette
CSS code for this palette
/* CSS */
.planetarium {
color: #1c75b0;
}
.peaceful-river {
color: #499fd4;
}
.norfolk-sky {
color: #6ac1e7;
}
.blizzard-blue {
color: #a5e6f3;
}
.silent-snowfall {
color: #eef6fc;
}
/* CSS Variables */
:root {
--planetarium:#1c75b0;
--peaceful-river:#499fd4;
--norfolk-sky:#6ac1e7;
--blizzard-blue:#a5e6f3;
--silent-snowfall:#eef6fc;
}