Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.star-studded {
color: #f9ebae;
}
.rapunzel {
color: #f4d780;
}
.farm-straw {
color: #d9b54a;
}
.tomorrow-s-coral {
color: #ffc2a3;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--star-studded:#f9ebae;
--rapunzel:#f4d780;
--farm-straw:#d9b54a;
--tomorrow-s-coral:#ffc2a3;
}