Color names in this palette
CSS code for this palette
/* CSS */
.arctic-glow {
color: #c9d2e8;
}
.sky-high {
color: #a1c1e8;
}
.prompt {
color: #5e80b5;
}
.lambent-lagoon {
color: #3b5c91;
}
.singing-the-blues {
color: #294a6a;
}
/* CSS Variables */
:root {
--arctic-glow:#c9d2e8;
--sky-high:#a1c1e8;
--prompt:#5e80b5;
--lambent-lagoon:#3b5c91;
--singing-the-blues:#294a6a;
}