Color names in this palette
CSS code for this palette
/* CSS */
.wizard-white {
color: #e0f3ff;
}
.frozen-landscape {
color: #b3e4ff;
}
.chromis-damsel-blue {
color: #80d0ff;
}
.hello-summer {
color: #4db8ff;
}
.homeworld {
color: #1a97e0;
}
/* CSS Variables */
:root {
--wizard-white:#e0f3ff;
--frozen-landscape:#b3e4ff;
--chromis-damsel-blue:#80d0ff;
--hello-summer:#4db8ff;
--homeworld:#1a97e0;
}