Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f5c7e5;
}
.tomorrow-s-coral {
color: #ffc6a3;
}
.chunky-bee {
color: #ffc94d;
}
.lustrous-yellow {
color: #e1d77a;
}
.lattice-work {
color: #bae3c3;
}
/* CSS Variables */
:root {
--rosy-nectar:#f5c7e5;
--tomorrow-s-coral:#ffc6a3;
--chunky-bee:#ffc94d;
--lustrous-yellow:#e1d77a;
--lattice-work:#bae3c3;
}