Color names in this palette
CSS code for this palette
/* CSS */
.distant-horizon {
color: #f1f6f9;
}
.blue-dam {
color: #a1c6d4;
}
.scott-base {
color: #61a6c2;
}
.panorama {
color: #2d798b;
}
.seashell-cove {
color: #0e4d77;
}
/* CSS Variables */
:root {
--distant-horizon:#f1f6f9;
--blue-dam:#a1c6d4;
--scott-base:#61a6c2;
--panorama:#2d798b;
--seashell-cove:#0e4d77;
}