Color names in this palette
CSS code for this palette
/* CSS */
.techno-turquoise {
color: #5dbb8c;
}
.glenwood-green {
color: #a7d3b5;
}
.frosted-mint {
color: #e4f1e4;
}
.serene-peach {
color: #f7d3b6;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--techno-turquoise:#5dbb8c;
--glenwood-green:#a7d3b5;
--frosted-mint:#e4f1e4;
--serene-peach:#f7d3b6;
--snow-white-blush:#f9aeae;
}