Color names in this palette
CSS code for this palette
/* CSS */
.light-ridge-light {
color: #c2d5e5;
}
.periwinkle-sky {
color: #8ab8d6;
}
.mountain-bluebird {
color: #4a97c4;
}
.cg-blue {
color: #0078a3;
}
.ink-blotch {
color: #00608a;
}
/* CSS Variables */
:root {
--light-ridge-light:#c2d5e5;
--periwinkle-sky:#8ab8d6;
--mountain-bluebird:#4a97c4;
--cg-blue:#0078a3;
--ink-blotch:#00608a;
}