Color names in this palette
CSS code for this palette
/* CSS */
.wistful-longing {
color: #e5392a;
}
.chaat-masala {
color: #ef7c2e;
}
.blue-angels-yellow {
color: #fab700;
}
.bright-khaki {
color: #f0e78e;
}
.lover-s-hideaway {
color: #d1c6b3;
}
/* CSS Variables */
:root {
--wistful-longing:#e5392a;
--chaat-masala:#ef7c2e;
--blue-angels-yellow:#fab700;
--bright-khaki:#f0e78e;
--lover-s-hideaway:#d1c6b3;
}