Color names in this palette
CSS code for this palette
/* CSS */
.winter-escape {
color: #b5e6f2;
}
.terrace-pool {
color: #a3d6e0;
}
.regale-blue {
color: #7db7d4;
}
.blessed-blue {
color: #3f9dcf;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--winter-escape:#b5e6f2;
--terrace-pool:#a3d6e0;
--regale-blue:#7db7d4;
--blessed-blue:#3f9dcf;
--sea-sight:#007a99;
}