Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1a8ebc;
}
.high-blue {
color: #4ab3e8;
}
.fish-pond {
color: #8ac5f4;
}
.blue-refrain {
color: #b1d8e7;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--spa-dream:#1a8ebc;
--high-blue:#4ab3e8;
--fish-pond:#8ac5f4;
--blue-refrain:#b1d8e7;
--child-of-light:#f1f5f8;
}