Color names in this palette
CSS code for this palette
/* CSS */
.promise-keeping {
color: #b1c5e7;
}
.cottage-blue {
color: #7a9ec2;
}
.steel-blue {
color: #4682b4;
}
.snap-shot {
color: #2b3d50;
}
.tangaroa {
color: #1f2b3d;
}
/* CSS Variables */
:root {
--promise-keeping:#b1c5e7;
--cottage-blue:#7a9ec2;
--steel-blue:#4682b4;
--snap-shot:#2b3d50;
--tangaroa:#1f2b3d;
}