Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9fdbdf;
}
.uranus {
color: #aae2e9;
}
.tahitian-breeze {
color: #b4e9e4;
}
.frosty-mint {
color: #e2f8f4;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--terrace-pool:#9fdbdf;
--uranus:#aae2e9;
--tahitian-breeze:#b4e9e4;
--frosty-mint:#e2f8f4;
--distant-horizon:#f1f8f8;
}