Color names in this palette
CSS code for this palette
/* CSS */
.gibraltar-sea {
color: #1a3956;
}
.china-pattern {
color: #3d5b76;
}
.wave-jumper {
color: #6c8e9d;
}
.frozen-pond {
color: #a2b4b1;
}
.thatched-cottage {
color: #d7c8a7;
}
/* CSS Variables */
:root {
--gibraltar-sea:#1a3956;
--china-pattern:#3d5b76;
--wave-jumper:#6c8e9d;
--frozen-pond:#a2b4b1;
--thatched-cottage:#d7c8a7;
}