Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.chaat-masala {
color: #e97a2b;
}
.spicy-orange {
color: #d8492c;
}
.pink-ballad {
color: #a83e7d;
}
.lucid-dream {
color: #6a2a92;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--chaat-masala:#e97a2b;
--spicy-orange:#d8492c;
--pink-ballad:#a83e7d;
--lucid-dream:#6a2a92;
}