Color names in this palette
CSS code for this palette
/* CSS */
.moonlit-forest {
color: #3b6d6d;
}
.flounce {
color: #4b8b8b;
}
.dickie-bird {
color: #5fbfbf;
}
.blue-light {
color: #aee0e0;
}
.bone-chilling {
color: #dff1f1;
}
/* CSS Variables */
:root {
--moonlit-forest:#3b6d6d;
--flounce:#4b8b8b;
--dickie-bird:#5fbfbf;
--blue-light:#aee0e0;
--bone-chilling:#dff1f1;
}