Color names in this palette
CSS code for this palette
/* CSS */
.gibraltar-sea {
color: #1a3956;
}
.ocean-call {
color: #2e6b8e;
}
.mountain-bluebird {
color: #4c9dc2;
}
.deluxe-days {
color: #89c7e6;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--gibraltar-sea:#1a3956;
--ocean-call:#2e6b8e;
--mountain-bluebird:#4c9dc2;
--deluxe-days:#89c7e6;
--distant-horizon:#f0f8f9;
}