Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.sherbet-fruit {
color: #f8c9b9;
}
.shell-ginger {
color: #f9e3d7;
}
.out-of-blue {
color: #bef4e1;
}
.aqua-zing {
color: #7cded6;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--sherbet-fruit:#f8c9b9;
--shell-ginger:#f9e3d7;
--out-of-blue:#bef4e1;
--aqua-zing:#7cded6;
}