Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f4a59f;
}
.rosey-afterglow {
color: #f9c8cb;
}
.white-strawberry {
color: #fce3b6;
}
.lemon-ice-yellow {
color: #f5e3a8;
}
.pretty-petunia {
color: #d1b8e0;
}
/* CSS Variables */
:root {
--roseberry:#f4a59f;
--rosey-afterglow:#f9c8cb;
--white-strawberry:#fce3b6;
--lemon-ice-yellow:#f5e3a8;
--pretty-petunia:#d1b8e0;
}