Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pineapple {
color: #f2d450;
}
.mad-for-mango {
color: #f5a300;
}
.orange-gluttony {
color: #e77e23;
}
.tangerine-bliss {
color: #d96030;
}
.royal-lines {
color: #6e3f57;
}
/* CSS Variables */
:root {
--fresh-pineapple:#f2d450;
--mad-for-mango:#f5a300;
--orange-gluttony:#e77e23;
--tangerine-bliss:#d96030;
--royal-lines:#6e3f57;
}