Color names in this palette
CSS code for this palette
/* CSS */
.light-ridge-light {
color: #c2d6e5;
}
.posey-blue {
color: #a3b6c8;
}
.blue-dazzle {
color: #6a8db9;
}
.windsurfing {
color: #3c6d9a;
}
.theatre-blue {
color: #1f497a;
}
/* CSS Variables */
:root {
--light-ridge-light:#c2d6e5;
--posey-blue:#a3b6c8;
--blue-dazzle:#6a8db9;
--windsurfing:#3c6d9a;
--theatre-blue:#1f497a;
}