Color names in this palette
CSS code for this palette
/* CSS */
.blue-martina {
color: #1bdacd;
}
.pluviophile {
color: #5cd5e0;
}
.foaming-surf {
color: #8fd4dc;
}
.refreshing-pool {
color: #b6e7e6;
}
.coastal-breeze {
color: #e2f7f8;
}
/* CSS Variables */
:root {
--blue-martina:#1bdacd;
--pluviophile:#5cd5e0;
--foaming-surf:#8fd4dc;
--refreshing-pool:#b6e7e6;
--coastal-breeze:#e2f7f8;
}