Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9fd8df;
}
.squeaky {
color: #69c4d8;
}
.panorama-blue {
color: #3bb9c9;
}
.riviera-paradise {
color: #00999e;
}
.azure-green-blue {
color: #006c80;
}
/* CSS Variables */
:root {
--terrace-pool:#9fd8df;
--squeaky:#69c4d8;
--panorama-blue:#3bb9c9;
--riviera-paradise:#00999e;
--azure-green-blue:#006c80;
}