Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.sea-serpent {
color: #4ac9c9;
}
.island-paradise {
color: #8ae0e0;
}
.icy-breeze {
color: #c6f1f1;
}
.chef-s-hat {
color: #f3f6f6;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--sea-serpent:#4ac9c9;
--island-paradise:#8ae0e0;
--icy-breeze:#c6f1f1;
--chef-s-hat:#f3f6f6;
}