Color names in this palette
CSS code for this palette
/* CSS */
.shallow-end {
color: #c3f4eb;
}
.menthol-kiss {
color: #a1e3d6;
}
.blue-green-gem {
color: #7ad1c9;
}
.tropical-escape {
color: #50b9b0;
}
.ocean-liner {
color: #1e8f88;
}
/* CSS Variables */
:root {
--shallow-end:#c3f4eb;
--menthol-kiss:#a1e3d6;
--blue-green-gem:#7ad1c9;
--tropical-escape:#50b9b0;
--ocean-liner:#1e8f88;
}