Color names in this palette
CSS code for this palette
/* CSS */
.tropical-violet {
color: #d1a4e0;
}
.sinbad {
color: #a4d6d1;
}
.serene-pink {
color: #f6c9b6;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tropical-violet:#d1a4e0;
--sinbad:#a4d6d1;
--serene-pink:#f6c9b6;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
}