Color names in this palette
CSS code for this palette
/* CSS */
.shallow-end {
color: #c3f4eb;
}
.botanical-tint {
color: #a6e7d6;
}
.ice-green {
color: #88d7c5;
}
.shockwave {
color: #6dcab8;
}
.mountain-lake-azure {
color: #50b9a8;
}
/* CSS Variables */
:root {
--shallow-end:#c3f4eb;
--botanical-tint:#a6e7d6;
--ice-green:#88d7c5;
--shockwave:#6dcab8;
--mountain-lake-azure:#50b9a8;
}