Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.lion-cub {
color: #f8caa5;
}
.banana-br-l-e {
color: #f7e9bb;
}
.fringy-flower {
color: #b5e3b7;
}
.blue-click {
color: #a6d7e7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--lion-cub:#f8caa5;
--banana-br-l-e:#f7e9bb;
--fringy-flower:#b5e3b7;
--blue-click:#a6d7e7;
}