Color names in this palette
CSS code for this palette
/* CSS */
.babbling-creek {
color: #a5b9d5;
}
.alaskan-ice {
color: #7d9dbf;
}
.slate-blue {
color: #5f7c9b;
}
.blue-calico {
color: #a3cae0;
}
.bad-moon-yellow {
color: #f3e5b4;
}
/* CSS Variables */
:root {
--babbling-creek:#a5b9d5;
--alaskan-ice:#7d9dbf;
--slate-blue:#5f7c9b;
--blue-calico:#a3cae0;
--bad-moon-yellow:#f3e5b4;
}