Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #ff5c7c;
}
.trump-tan {
color: #f6a96a;
}
.yellow-dragon {
color: #f6e27e;
}
.grape-green {
color: #a7e59f;
}
.ti-n-l-n-sky {
color: #69b0f7;
}
/* CSS Variables */
:root {
--watermelon-candy:#ff5c7c;
--trump-tan:#f6a96a;
--yellow-dragon:#f6e27e;
--grape-green:#a7e59f;
--ti-n-l-n-sky:#69b0f7;
}