Color names in this palette
CSS code for this palette
/* CSS */
.languid-blue {
color: #a5b7c0;
}
.oceanic-climate {
color: #bac7c9;
}
.chickweed {
color: #d9e0e3;
}
.distant-horizon {
color: #f1f7f8;
}
.blue-dam {
color: #a1c3d4;
}
/* CSS Variables */
:root {
--languid-blue:#a5b7c0;
--oceanic-climate:#bac7c9;
--chickweed:#d9e0e3;
--distant-horizon:#f1f7f8;
--blue-dam:#a1c3d4;
}