Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f7aaa1;
}
.pallid-orange {
color: #f9ba9f;
}
.lemon-burst {
color: #fcd67e;
}
.pale-banana {
color: #f3e38c;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--rosy-outlook:#f7aaa1;
--pallid-orange:#f9ba9f;
--lemon-burst:#fcd67e;
--pale-banana:#f3e38c;
--eerie-glow:#a7d7b8;
}