Color names in this palette
CSS code for this palette
/* CSS */
.riviera-paradise {
color: #00999e;
}
.verditer {
color: #00b3aa;
}
.aztec-turquoise {
color: #00d1e0;
}
.everest {
color: #a2e5e6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--riviera-paradise:#00999e;
--verditer:#00b3aa;
--aztec-turquoise:#00d1e0;
--everest:#a2e5e6;
--grapefruit-pulp:#ff6e61;
}