Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1dae2;
}
.thredbo {
color: #76c4d6;
}
.starflower-blue {
color: #4e9ab1;
}
.valley-of-glaciers {
color: #2c7c9b;
}
.peacock-plume {
color: #1f696f;
}
/* CSS Variables */
:root {
--terrace-pool:#a1dae2;
--thredbo:#76c4d6;
--starflower-blue:#4e9ab1;
--valley-of-glaciers:#2c7c9b;
--peacock-plume:#1f696f;
}