Color names in this palette
CSS code for this palette
/* CSS */
.winter-time {
color: #3b8ea0;
}
.crystalsong-blue {
color: #4db1b3;
}
.pool-blue {
color: #67c1b5;
}
.sea-foam {
color: #8de2cf;
}
.timeless-seafoam {
color: #afe4e4;
}
/* CSS Variables */
:root {
--winter-time:#3b8ea0;
--crystalsong-blue:#4db1b3;
--pool-blue:#67c1b5;
--sea-foam:#8de2cf;
--timeless-seafoam:#afe4e4;
}