Color names in this palette
CSS code for this palette
/* CSS */
.shallow-end {
color: #c3f4eb;
}
.botanical-tint {
color: #a9e5d1;
}
.enchanted-emerald {
color: #7fd7a1;
}
.vegetation {
color: #5bcd90;
}
.ming-green {
color: #3dae7f;
}
/* CSS Variables */
:root {
--shallow-end:#c3f4eb;
--botanical-tint:#a9e5d1;
--enchanted-emerald:#7fd7a1;
--vegetation:#5bcd90;
--ming-green:#3dae7f;
}