Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.sweet-nectar {
color: #f9c0ae;
}
.soft-butter {
color: #f5e2b7;
}
.hip-hop {
color: #e1e6a3;
}
.basil-smash {
color: #b4e0a3;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--sweet-nectar:#f9c0ae;
--soft-butter:#f5e2b7;
--hip-hop:#e1e6a3;
--basil-smash:#b4e0a3;
}