Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.verditer {
color: #00bdad;
}
.first-timer-green {
color: #00e6d6;
}
.pale-turquoise {
color: #a3ffd7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--verditer:#00bdad;
--first-timer-green:#00e6d6;
--pale-turquoise:#a3ffd7;
--grapefruit-pulp:#ff6e61;
}