Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6e8c;
}
.adventure-isle {
color: #6d9dba;
}
.speedboat {
color: #90c1d5;
}
.across-the-bay {
color: #b4e1e9;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6e8c;
--adventure-isle:#6d9dba;
--speedboat:#90c1d5;
--across-the-bay:#b4e1e9;
--distant-horizon:#f1f8f9;
}