Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.verditer {
color: #00b3aa;
}
.aztec-turquoise {
color: #00d8db;
}
.floral-leaf {
color: #ffb84d;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--verditer:#00b3aa;
--aztec-turquoise:#00d8db;
--floral-leaf:#ffb84d;
--extreme-carrot:#ff6d2e;
}