Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f7aaa1;
}
.silver-strawberry {
color: #f1c1c1;
}
.abbey-white {
color: #ece7d0;
}
.eerie-glow {
color: #a7d7b8;
}
.pale-cerulean {
color: #a1c3e3;
}
/* CSS Variables */
:root {
--rosy-outlook:#f7aaa1;
--silver-strawberry:#f1c1c1;
--abbey-white:#ece7d0;
--eerie-glow:#a7d7b8;
--pale-cerulean:#a1c3e3;
}