Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-sloth {
color: #c7dde5;
}
.corydalis-blue {
color: #a4c6d6;
}
.crystal-lake {
color: #85b7c7;
}
.freshwater {
color: #4fa3b0;
}
.larkspur {
color: #3e7b8e;
}
/* CSS Variables */
:root {
--light-blue-sloth:#c7dde5;
--corydalis-blue:#a4c6d6;
--crystal-lake:#85b7c7;
--freshwater:#4fa3b0;
--larkspur:#3e7b8e;
}