Color names in this palette
CSS code for this palette
/* CSS */
.azure-sky {
color: #b2e0f5;
}
.terrace-pool {
color: #9fd7df;
}
.after-the-rain {
color: #8ac3cc;
}
.winter-surf {
color: #7fb8b2;
}
.folk-song {
color: #6aa49f;
}
/* CSS Variables */
:root {
--azure-sky:#b2e0f5;
--terrace-pool:#9fd7df;
--after-the-rain:#8ac3cc;
--winter-surf:#7fb8b2;
--folk-song:#6aa49f;
}