Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.dairy-made {
color: #f3b13f;
}
.chaat-masala {
color: #eb7928;
}
.astorath-red {
color: #e04a29;
}
.velvet-cake {
color: #9d2a3d;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--dairy-made:#f3b13f;
--chaat-masala:#eb7928;
--astorath-red:#e04a29;
--velvet-cake:#9d2a3d;
}