Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.petrichor {
color: #69c9c7;
}
.tropical-escape {
color: #4cb8b2;
}
.tempo {
color: #2daeae;
}
.sea-fantasy {
color: #1e9999;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--petrichor:#69c9c7;
--tropical-escape:#4cb8b2;
--tempo:#2daeae;
--sea-fantasy:#1e9999;
}