Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9b9e;
}
.bianchi-green {
color: #3fc6c6;
}
.blue-radiance {
color: #5ed5d9;
}
.tiffany-blue {
color: #78f2e2;
}
.defense-matrix {
color: #8bf8ef;
}
/* CSS Variables */
:root {
--baltic:#1f9b9e;
--bianchi-green:#3fc6c6;
--blue-radiance:#5ed5d9;
--tiffany-blue:#78f2e2;
--defense-matrix:#8bf8ef;
}