Color names in this palette
CSS code for this palette
/* CSS */
.ode-to-green {
color: #b9e4d9;
}
.twin-cities {
color: #a1c6c9;
}
.palmetto {
color: #6a9a9a;
}
.cosmic-ray {
color: #c9d9d9;
}
.bistro-pink {
color: #e4b9b4;
}
/* CSS Variables */
:root {
--ode-to-green:#b9e4d9;
--twin-cities:#a1c6c9;
--palmetto:#6a9a9a;
--cosmic-ray:#c9d9d9;
--bistro-pink:#e4b9b4;
}