Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e5b738;
}
.our-little-secret {
color: #a24e79;
}
.lucid-dream {
color: #602a92;
}
.star-sapphire {
color: #3d6a99;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--last-sunlight:#e5b738;
--our-little-secret:#a24e79;
--lucid-dream:#602a92;
--star-sapphire:#3d6a99;
--mad-for-mango:#f5a300;
}