Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3a8d5c;
}
.tropic-turquoise {
color: #6cb2a3;
}
.opal-turquoise {
color: #97d3c7;
}
.promenade {
color: #f5f9e1;
}
.think-pink {
color: #e7a7c2;
}
/* CSS Variables */
:root {
--irish:#3a8d5c;
--tropic-turquoise:#6cb2a3;
--opal-turquoise:#97d3c7;
--promenade:#f5f9e1;
--think-pink:#e7a7c2;
}