Color names in this palette
CSS code for this palette
/* CSS */
.aqua-velvet {
color: #009e9b;
}
.verditer {
color: #00b3aa;
}
.aztec-turquoise {
color: #00d9e0;
}
.first-timer-green {
color: #00e6de;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--aqua-velvet:#009e9b;
--verditer:#00b3aa;
--aztec-turquoise:#00d9e0;
--first-timer-green:#00e6de;
--grapefruit-pulp:#ff6e61;
}