Color names in this palette
CSS code for this palette
/* CSS */
.periwinkle-sky {
color: #8ab6d6;
}
.stillwater {
color: #6ca5b2;
}
.blue-square {
color: #4f8d9c;
}
.mysterious-blue {
color: #3d7a85;
}
.deep-marine {
color: #2c6468;
}
/* CSS Variables */
:root {
--periwinkle-sky:#8ab6d6;
--stillwater:#6ca5b2;
--blue-square:#4f8d9c;
--mysterious-blue:#3d7a85;
--deep-marine:#2c6468;
}