Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1e7b7b;
}
.crystalsong-blue {
color: #4fb5b5;
}
.island-paradise {
color: #88e2e2;
}
.duck-egg-blue {
color: #c3f9f9;
}
.emptiness {
color: #fcfcfc;
}
/* CSS Variables */
:root {
--geneva-green:#1e7b7b;
--crystalsong-blue:#4fb5b5;
--island-paradise:#88e2e2;
--duck-egg-blue:#c3f9f9;
--emptiness:#fcfcfc;
}