Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-soft-blue {
color: #5e9cc5;
}
.chapel-blue {
color: #b1d1e7;
}
.cotton-ball {
color: #f3f8fc;
}
.blue-dam {
color: #a1c8d4;
}
.adrift {
color: #498d9c;
}
/* CSS Variables */
:root {
--blueberry-soft-blue:#5e9cc5;
--chapel-blue:#b1d1e7;
--cotton-ball:#f3f8fc;
--blue-dam:#a1c8d4;
--adrift:#498d9c;
}