Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d5e6f1;
}
.terrace-pool {
color: #a3d6e0;
}
.cyantific {
color: #75c7c5;
}
.tropical-escape {
color: #4bb9b2;
}
.baltic {
color: #1f9b9e;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d5e6f1;
--terrace-pool:#a3d6e0;
--cyantific:#75c7c5;
--tropical-escape:#4bb9b2;
--baltic:#1f9b9e;
}