Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edbe0;
}
.paradise-sky {
color: #6bc9d1;
}
.tropical-escape {
color: #4bb9b5;
}
.green-blue {
color: #3dae97;
}
.illuminating-emerald {
color: #2a987b;
}
/* CSS Variables */
:root {
--terrace-pool:#9edbe0;
--paradise-sky:#6bc9d1;
--tropical-escape:#4bb9b5;
--green-blue:#3dae97;
--illuminating-emerald:#2a987b;
}