Color names in this palette
CSS code for this palette
/* CSS */
.gibraltar-sea {
color: #193752;
}
.tl-loc-blue {
color: #2e6c85;
}
.rockpool {
color: #4f9ea1;
}
.smooth-satin {
color: #a4d4d5;
}
.mint-condition {
color: #def7f3;
}
/* CSS Variables */
:root {
--gibraltar-sea:#193752;
--tl-loc-blue:#2e6c85;
--rockpool:#4f9ea1;
--smooth-satin:#a4d4d5;
--mint-condition:#def7f3;
}