Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1b2836;
}
.gloomy-sea {
color: #4a6478;
}
.wave-jumper {
color: #6d8f9c;
}
.blue-dam {
color: #a1c6d4;
}
.clear-vision {
color: #e5f1f5;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1b2836;
--gloomy-sea:#4a6478;
--wave-jumper:#6d8f9c;
--blue-dam:#a1c6d4;
--clear-vision:#e5f1f5;
}