Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.aqua-sky {
color: #6fbdc3;
}
.blue-dart-frog {
color: #3a7c9c;
}
.chef-s-hat {
color: #f3f6f5;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--aqua-sky:#6fbdc3;
--blue-dart-frog:#3a7c9c;
--chef-s-hat:#f3f6f5;
--bleached-silk:#f2f4f1;
}