Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.turquoise-sea {
color: #6ad6e2;
}
.spinnaker {
color: #a3e1e0;
}
.gram-s-hair {
color: #f3f6f7;
}
.cupcake-rose {
color: #e8c7b5;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--turquoise-sea:#6ad6e2;
--spinnaker:#a3e1e0;
--gram-s-hair:#f3f6f7;
--cupcake-rose:#e8c7b5;
}