Color names in this palette
CSS code for this palette
/* CSS */
.azure-sky {
color: #b2e1f5;
}
.terrace-pool {
color: #a1d7e3;
}
.winter-chill {
color: #8ccdd9;
}
.lagoona-teal {
color: #76c4d5;
}
.gondolier {
color: #59b1c5;
}
/* CSS Variables */
:root {
--azure-sky:#b2e1f5;
--terrace-pool:#a1d7e3;
--winter-chill:#8ccdd9;
--lagoona-teal:#76c4d5;
--gondolier:#59b1c5;
}