Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1f7a7a;
}
.verdigris {
color: #3eb1b1;
}
.blue-radiance {
color: #5dd5d5;
}
.bath-water {
color: #84f0f0;
}
.frostbite {
color: #a3fff7;
}
/* CSS Variables */
:root {
--geneva-green:#1f7a7a;
--verdigris:#3eb1b1;
--blue-radiance:#5dd5d5;
--bath-water:#84f0f0;
--frostbite:#a3fff7;
}