Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7897;
}
.cave-lake {
color: #4eb5c1;
}
.near-moon {
color: #5ee8e1;
}
.nightly-aurora {
color: #a1f2c4;
}
.lemon-soap {
color: #f9fbc6;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7897;
--cave-lake:#4eb5c1;
--near-moon:#5ee8e1;
--nightly-aurora:#a1f2c4;
--lemon-soap:#f9fbc6;
}