Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #69dfe8;
}
.viking {
color: #4cb7c8;
}
.norse-blue {
color: #3b9cbf;
}
.valley-of-glaciers {
color: #2c7d9b;
}
.suez-canal {
color: #1f5f7f;
}
/* CSS Variables */
:root {
--turquoise-sea:#69dfe8;
--viking:#4cb7c8;
--norse-blue:#3b9cbf;
--valley-of-glaciers:#2c7d9b;
--suez-canal:#1f5f7f;
}