Color names in this palette
CSS code for this palette
/* CSS */
.baby-cake {
color: #85c1a4;
}
.techno-turquoise {
color: #5fbf8f;
}
.funk {
color: #3ea87c;
}
.green-fingers {
color: #298566;
}
.immersed {
color: #1e4d52;
}
/* CSS Variables */
:root {
--baby-cake:#85c1a4;
--techno-turquoise:#5fbf8f;
--funk:#3ea87c;
--green-fingers:#298566;
--immersed:#1e4d52;
}