Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.lake-lucerne {
color: #699eb5;
}
.aegean-sea {
color: #4c8ea4;
}
.turkish-stone {
color: #2d7c8f;
}
.blue-hill {
color: #1f4a4d;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--lake-lucerne:#699eb5;
--aegean-sea:#4c8ea4;
--turkish-stone:#2d7c8f;
--blue-hill:#1f4a4d;
}