Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-sloth {
color: #c7dde5;
}
.corydalis-blue {
color: #a4c6d6;
}
.glacier {
color: #77b2c0;
}
.mountain-bluebird {
color: #4b9cbe;
}
.carol {
color: #2d8ea9;
}
/* CSS Variables */
:root {
--light-blue-sloth:#c7dde5;
--corydalis-blue:#a4c6d6;
--glacier:#77b2c0;
--mountain-bluebird:#4b9cbe;
--carol:#2d8ea9;
}