Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.aqualogic {
color: #59b6c5;
}
.terrace-pool {
color: #9ed9e0;
}
.china-doll {
color: #f1e4d5;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--aqualogic:#59b6c5;
--terrace-pool:#9ed9e0;
--china-doll:#f1e4d5;
--blue-angels-yellow:#fab700;
}