Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.green-pigment {
color: #00a851;
}
.turquoise {
color: #00c7a6;
}
.goldsmith {
color: #f0b14c;
}
.warming-heart {
color: #d94a3a;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--green-pigment:#00a851;
--turquoise:#00c7a6;
--goldsmith:#f0b14c;
--warming-heart:#d94a3a;
}