Color names in this palette
CSS code for this palette
/* CSS */
.morality {
color: #b3cfe6;
}
.breeze-in-june {
color: #c3e1e9;
}
.pond-blue {
color: #8db6c8;
}
.light-budgie-blue {
color: #9ed6e5;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--morality:#b3cfe6;
--breeze-in-june:#c3e1e9;
--pond-blue:#8db6c8;
--light-budgie-blue:#9ed6e5;
--milky-way:#e4f6f6;
}