Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.surfin {
color: #70c3d2;
}
.crystalsong-blue {
color: #4cb8b4;
}
.empress-envy {
color: #2c9b9b;
}
.blue-kelp {
color: #1d7c7c;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--surfin:#70c3d2;
--crystalsong-blue:#4cb8b4;
--empress-envy:#2c9b9b;
--blue-kelp:#1d7c7c;
}