Color names in this palette
CSS code for this palette
/* CSS */
.royal-peacock {
color: #29b6e0;
}
.diroset {
color: #5cd6a5;
}
.maximum-green-yellow {
color: #d9e65b;
}
.tacao {
color: #f6ad79;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--royal-peacock:#29b6e0;
--diroset:#5cd6a5;
--maximum-green-yellow:#d9e65b;
--tacao:#f6ad79;
--grapefruit-pulp:#ff6e61;
}