Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6e8c;
}
.estuary-blue {
color: #6da2b6;
}
.everlasting {
color: #a2bfd7;
}
.lit-l-buoy-blew {
color: #d5e7e1;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6e8c;
--estuary-blue:#6da2b6;
--everlasting:#a2bfd7;
--lit-l-buoy-blew:#d5e7e1;
--distant-horizon:#f0f8f9;
}