Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2d6a8b;
}
.boat-house {
color: #4b8ebe;
}
.blue-dam {
color: #a5c6d4;
}
.clear-camouflage-green {
color: #d9e8e0;
}
.golden-glam {
color: #f4b943;
}
/* CSS Variables */
:root {
--ocean-call:#2d6a8b;
--boat-house:#4b8ebe;
--blue-dam:#a5c6d4;
--clear-camouflage-green:#d9e8e0;
--golden-glam:#f4b943;
}