Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a7e2d5;
}
.peppy-peacock {
color: #4fd8b8;
}
.first-post {
color: #34b7a1;
}
.palm-springs-splash {
color: #1b8874;
}
.empress-teal {
color: #0e5d57;
}
/* CSS Variables */
:root {
--botanical-tint:#a7e2d5;
--peppy-peacock:#4fd8b8;
--first-post:#34b7a1;
--palm-springs-splash:#1b8874;
--empress-teal:#0e5d57;
}