Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e4f1f1;
}
.frosty-soft-blue {
color: #b3e0e0;
}
.fling-green {
color: #8ad0d0;
}
.crystalsong-blue {
color: #4cb8b8;
}
.baltic {
color: #1f9e9e;
}
/* CSS Variables */
:root {
--ethereal-white:#e4f1f1;
--frosty-soft-blue:#b3e0e0;
--fling-green:#8ad0d0;
--crystalsong-blue:#4cb8b8;
--baltic:#1f9e9e;
}