Color names in this palette
CSS code for this palette
/* CSS */
.tropic-tide {
color: #6dc0b7;
}
.trapunto {
color: #f6e8b6;
}
.orange-pospsicle {
color: #f6a50e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.crystal-green {
color: #a6d87d;
}
/* CSS Variables */
:root {
--tropic-tide:#6dc0b7;
--trapunto:#f6e8b6;
--orange-pospsicle:#f6a50e;
--grapefruit-pulp:#ff6e61;
--crystal-green:#a6d87d;
}