Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.aquarium {
color: #3a6c6e;
}
.epimetheus {
color: #4db0d1;
}
.island-paradise {
color: #8ce3e3;
}
.deeply-embarrassed {
color: #f0b2b2;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--aquarium:#3a6c6e;
--epimetheus:#4db0d1;
--island-paradise:#8ce3e3;
--deeply-embarrassed:#f0b2b2;
}