Color names in this palette
CSS code for this palette
/* CSS */
.blue-cuddle {
color: #7cb0d0;
}
.walker-lake {
color: #3c8bb9;
}
.lochmara {
color: #2f6f9d;
}
.blueberry-twist {
color: #204f7e;
}
.ambassador-blue {
color: #0f2f5c;
}
/* CSS Variables */
:root {
--blue-cuddle:#7cb0d0;
--walker-lake:#3c8bb9;
--lochmara:#2f6f9d;
--blueberry-twist:#204f7e;
--ambassador-blue:#0f2f5c;
}