Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.tea-cookie {
color: #f2e1c0;
}
.eerie-glow {
color: #a7d7b8;
}
.winter-time {
color: #3b8ea0;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--tea-cookie:#f2e1c0;
--eerie-glow:#a7d7b8;
--winter-time:#3b8ea0;
--cabbage-blossom-violet:#6e4d7a;
}