Color names in this palette
CSS code for this palette
/* CSS */
.aztec-jade {
color: #3bbf8c;
}
.aurora-green {
color: #6ed8a0;
}
.ultra-mint {
color: #a5e9b6;
}
.bakery-box {
color: #eff5f3;
}
.sullivan-s-heart {
color: #f7c5d5;
}
/* CSS Variables */
:root {
--aztec-jade:#3bbf8c;
--aurora-green:#6ed8a0;
--ultra-mint:#a5e9b6;
--bakery-box:#eff5f3;
--sullivan-s-heart:#f7c5d5;
}