Color names in this palette
CSS code for this palette
/* CSS */
.team-spirit {
color: #3d698a;
}
.tropical-escape {
color: #4cb8b2;
}
.ocean-in-a-bowl {
color: #6be1b3;
}
.after-shock {
color: #fbc85b;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--team-spirit:#3d698a;
--tropical-escape:#4cb8b2;
--ocean-in-a-bowl:#6be1b3;
--after-shock:#fbc85b;
--fiery-salmon:#f76969;
}