Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a9e5d1;
}
.ode-to-green {
color: #b5e8d7;
}
.shallow-end {
color: #c8f4e5;
}
.homeopathic-lime {
color: #eaf9e1;
}
.turkish-ginger {
color: #f7f8b9;
}
/* CSS Variables */
:root {
--botanical-tint:#a9e5d1;
--ode-to-green:#b5e8d7;
--shallow-end:#c8f4e5;
--homeopathic-lime:#eaf9e1;
--turkish-ginger:#f7f8b9;
}