Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-sloth {
color: #c7dde5;
}
.blue-dam {
color: #a1c6d4;
}
.estuary-blue {
color: #6ea4b9;
}
.blue-catch {
color: #3d7b8a;
}
.quiet-storm {
color: #2e5b6b;
}
/* CSS Variables */
:root {
--light-blue-sloth:#c7dde5;
--blue-dam:#a1c6d4;
--estuary-blue:#6ea4b9;
--blue-catch:#3d7b8a;
--quiet-storm:#2e5b6b;
}