Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.luna-moona {
color: #6fc1c3;
}
.latigo-bay {
color: #3a9b9c;
}
.ethereal-white {
color: #e7f2f3;
}
.sweetheart {
color: #f1c6d9;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--luna-moona:#6fc1c3;
--latigo-bay:#3a9b9c;
--ethereal-white:#e7f2f3;
--sweetheart:#f1c6d9;
}